Commit Graph

57 Commits

Author SHA1 Message Date
Edward Wright
ecaf6ec3b9 Updated version and help message 2021-05-10 21:31:51 -04:00
Edward Wright
36e4916280 Added timeouts to force-flush the log buffer 2021-05-10 21:22:02 -04:00
Edward Wright
32902034ed Prepared installers for beta release 2021-05-09 21:18:12 -04:00
Edward Wright
de3e886315 Updated help message 2021-05-09 21:17:42 -04:00
Edward Wright
1a35131c47 Added command-line argument to set logging buffer size 2021-05-09 21:11:55 -04:00
Edward Wright
43a6d90ead Added log-to-file functionality 2021-05-09 20:52:30 -04:00
Edward Wright
7531f22290
Merge pull request #10 from unwiredben/patch-1
Add note about integrating with Windows Terminal
2021-05-07 08:46:03 -04:00
Ben Combee
4a0e4573c4
Refresh documentation on Windows Terminal 2021-05-06 21:28:26 -05:00
Ben Combee
ff762003d3
Add note about integrating with Windows Terminal 2021-05-04 18:16:15 -05:00
Edward Wright
c981772ab5
Spelling correction 2021-04-04 19:08:32 -04:00
Edward Wright
4944dfe262
Update README.md 2021-04-04 16:26:46 -04:00
Edward Wright
8c92e7092f fix for unhandled exception on com port disconnect 2019-09-15 20:36:47 -04:00
fasteddy516
3d8d02b572
Corrected link to VS Code 2019-06-12 15:25:14 -04:00
Edward Wright
8e2ddff8ef clean up display of unknown pid/vid 2019-06-12 11:55:21 -04:00
fasteddy516
3ce3ae3100
Update README.md 2019-06-10 22:57:34 -04:00
Edward Wright
1653064094 added system-wide installer 2019-06-10 15:46:50 -04:00
Edward Wright
58e2fdb0b5 enforced project build order 2019-06-10 14:22:31 -04:00
fasteddy516
3dd1f7db8f
Update README.md 2019-06-10 14:19:23 -04:00
fasteddy516
71adc56396
Delete SimplySerial - Shortcut.lnk 2019-06-10 13:26:17 -04:00
Edward Wright
36f67fac2c added AdvancedInstaller project and settings 2019-06-10 13:19:17 -04:00
Edward Wright
0275b659e3 solution/project modifications in preparation for installer 2019-06-10 11:48:26 -04:00
fasteddy516
dd7f6dab6d
Update .gitignore (add AdvancedInstaller ignores) 2019-06-10 11:28:13 -04:00
fasteddy516
e4a0c67d0e
Update README.md 2019-06-09 21:27:23 -04:00
Edward Wright
43c1f31975 cleaned up help message 2019-06-09 21:04:33 -04:00
Edward Wright
8f32b3f364 removed "nowait" option as it no longer serves a purpose 2019-06-09 21:00:10 -04:00
Edward Wright
2a35a7cff3 modified make/model/circuitpython display in connection header 2019-06-09 20:50:17 -04:00
Edward Wright
f8574f0d66 cleaned up port enumeration and filtering (fixes #5, fixes #6) 2019-06-09 20:41:25 -04:00
Edward Wright
fa65b51a41 auto-(re)connect functionality added 2019-06-09 20:17:51 -04:00
Edward Wright
545ed8411d auto-connect work in progress 2019-06-06 22:40:48 -04:00
Edward Wright
c3c6a5ca7e auto-(re)connect work-in-progress 2019-06-06 16:52:59 -04:00
Edward Wright
b66e9bb4a7 Merge branch 'master' of https://github.com/fasteddy516/SimplySerial 2019-06-06 16:23:53 -04:00
fasteddy516
a080089375
Update README.md 2019-06-06 16:23:12 -04:00
Edward Wright
ad727fa1f4 added command-line argument processing for upcoming auto-(re)connect option 2019-06-06 16:03:15 -04:00
Edward Wright
ddac7fe7c1 updated help message and readme 2019-06-05 23:54:32 -04:00
Edward Wright
06658e80c1 completed CircuitPython board auto-detection (Closes #3) 2019-06-05 23:36:00 -04:00
Edward Wright
6eba0462d2 board detection work-in-progress 2019-06-05 18:40:37 -04:00
Edward Wright
ba43f073d0 bump version to 0.2.0 2019-06-05 11:55:25 -04:00
Edward Wright
0265fb2d23 full changeover to ComPort structure 2019-06-05 11:54:08 -04:00
Edward Wright
a76d13f75c modifed GetSerialPorts() for more reliable retrieval of all available ports 2019-06-05 11:02:26 -04:00
Edward Wright
b9841375c9 don't wait for keypress after ctrl-x 2019-06-05 00:10:08 -04:00
Edward Wright
db08444c54 implemented Kamil Górski's method for getting pid/vid of usb com ports 2019-06-05 00:05:04 -04:00
Edward Wright
b42dcf03a2 added port name to exception/error messages 2019-06-04 22:01:47 -04:00
Edward Wright
dedccf7534 Merge branch 'master' of https://github.com/fasteddy516/SimplySerial 2019-06-04 21:57:30 -04:00
Edward Wright
1cb42eabfa added "-list" command-line argument to list available ports 2019-06-04 21:56:59 -04:00
Edward Wright
521f83724a corrected "Invalid or incomplete argument" message x 2 2019-06-04 21:54:51 -04:00
Edward Wright
c9cbe4ecc7 fixed missing object reference exception in ExitProgram() 2019-06-04 21:52:17 -04:00
Edward Wright
c1a66d192e ensure serial port is always closed before exiting 2019-06-04 21:42:43 -04:00
fasteddy516
22d0e6689e
Update README.md 2019-06-02 09:30:02 -04:00
Edward Wright
ad3d69ea8c Updated README 2019-06-02 00:42:43 -04:00
Edward Wright
cfa9071fee added connection message 2019-06-01 22:47:23 -04:00