Commit Graph

117 Commits

Author SHA1 Message Date
Y.D.X
b6ddbf9daa
Update README.md for scoop
Relates-to: #22
2023-04-16 09:31:57 +08:00
Edward Wright
0e1b4b6e8a
Merge pull request #25 from fasteddy516/unicode-support
Unicode support
2023-02-16 12:05:33 -05:00
Edward Wright
e86ca7e7ef Update README 2023-02-16 11:57:28 -05:00
Edward Wright
185e541b12 Change console windows title based on connected port and status 2023-02-16 11:46:21 -05:00
Edward Wright
17250a57b5 Add option to filter out title/status updates 2023-02-16 11:24:29 -05:00
Edward Wright
a5a0c3b424 Update Advanced Installer version 2023-02-16 10:17:48 -05:00
Edward Wright
5b41bfecf4 Replace post-build event 7-zip dependancy with Powershell 2023-02-16 10:12:52 -05:00
Edward Wright
ad7a3fa920 Don't process virtual terminal sequences in RAW encoding mode 2023-02-16 10:06:13 -05:00
Edward Wright
a5f3f36fb6 Add command-line option to disable screen clearing 2023-02-16 09:48:37 -05:00
Edward Wright
88a9458aaf Add raw encoding option 2023-02-14 16:21:08 -05:00
Edward Wright
713ce8391d Add command-line option to select encoding 2023-02-14 15:20:12 -05:00
Edward Wright
d4da8d157b Update version and installers for beta release 2023-02-14 14:14:25 -05:00
Edward Wright
f1d3fa7774 Update boards.json 2023-02-14 13:37:04 -05:00
Edward Wright
c3e0fc81bc Set serial port encoding to UTF-8 2023-02-14 13:08:05 -05:00
Edward Wright
0268c4640f Set console output encoding to UTF-8 2023-02-14 09:39:05 -05:00
Edward Wright
e6b5420369
Merge pull request #23 from fasteddy516/dependabot/nuget/SimplySerial/Newtonsoft.Json-13.0.2
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /SimplySerial
2023-02-14 08:25:35 -05:00
dependabot[bot]
da577a3ca2
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /SimplySerial
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 16:16:37 +00:00
Edward Wright
382d345590
Update README.md 2022-08-29 09:50:39 -04:00
Edward Wright
dde94fcbf7 Update installers for alpha 2 testing 2022-08-22 10:26:27 -04:00
Edward Wright
c1bd8ba2dd Update boards.json 2022-08-22 10:26:04 -04:00
Edward Wright
9ecd94e868 Add special handling for function keys 2022-08-22 10:25:14 -04:00
Edward Wright
f56b5582bb Update boards.json 2022-03-16 11:01:25 -04:00
Edward Wright
a1c4a8b32d Update installers for alpha testing 2022-03-16 10:48:44 -04:00
Edward Wright
097850747e Fix new -forcenewline argument 2022-03-16 10:48:22 -04:00
Edward Wright
f0fea8a534 Add option to replace incoming CR with LF (Closes #18) 2022-03-16 10:36:46 -04:00
Edward Wright
217014556c
Update FUNDING.yml 2022-02-15 09:52:35 -05:00
Edward Wright
710ef91d96
Create FUNDING.yml 2022-02-15 09:41:02 -05:00
Edward Wright
0641b84465 Updated README 2021-10-29 12:32:24 -04:00
Edward Wright
c10a4640bc Cleaned up help and version messages 2021-10-29 12:32:09 -04:00
Edward Wright
cf33984803 Added version cmdline argument 2021-10-28 22:29:18 -04:00
Edward Wright
1fb993f0fa Added references to installer file lists and standalone zip 2021-10-28 00:24:48 -04:00
Edward Wright
be2d190cca Added boards.json to standalone zipfile 2021-10-28 00:10:51 -04:00
Edward Wright
6ceaa9644e Cleaned out comments 2021-10-28 00:03:03 -04:00
Edward Wright
faf242b138 Cleaned up generation and display of VID/PID for unknown boards 2021-10-28 00:01:39 -04:00
Edward Wright
9aef1260d6 implemented loading of boards.json from application installation path 2021-10-27 23:46:04 -04:00
Edward Wright
68f839f002 Corrected databits options in help message 2021-10-27 23:21:56 -04:00
Edward Wright
8caf66b66a Cleaned up installation type/location display in help message 2021-10-27 23:20:12 -04:00
Edward Wright
023e632ff5 Installers now include boards.json 2021-10-26 15:36:42 -04:00
Edward Wright
371e770f5c More work on new board identification system 2021-10-25 13:23:16 -04:00
Edward Wright
0b05dc65ff Updated versions for 0.7.0 release 2021-10-21 16:21:32 -04:00
Edward Wright
b4cc459802 Initial work moving towards JSON-based board information file 2021-10-21 16:20:41 -04:00
Edward Wright
1abcbc40c2 Updated README 2021-10-21 11:08:01 -04:00
Edward Wright
75d6bb250e Re-worked serial port and CircuitPython detection 2021-10-21 10:48:22 -04:00
Edward Wright
6bd3b9c589 Spell check! 2021-10-20 14:49:16 -04:00
Edward Wright
ecef3d18a0 Improved detection and notification of com port disconnects. 2021-10-20 14:32:13 -04:00
Edward Wright
ae75570442 Corrected default baud rate for CircuitPython devices. (Closes #15) 2021-10-20 11:46:17 -04:00
Edward Wright
16722d499c Allow use of any available baud rate. 2021-10-20 11:24:17 -04:00
Edward Wright
b555181cb3 Updated versions for 0.6.0 release. 2021-07-19 09:27:01 -04:00
Edward Wright
2b4c915a62 Updated version string. 2021-07-19 09:25:08 -04:00
Edward Wright
cdd720fba7 Added support for INS, DEL, HOME, END, PAGEUP, PAGEDOWN 2021-07-19 09:24:38 -04:00