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 |
|
fasteddy516
|
90a93d3b77
|
Update LICENSE
|
2019-06-01 20:07:31 -04:00 |
|
Edward Wright
|
ce943616d9
|
Added help message
|
2019-06-01 20:03:50 -04:00 |
|
Edward Wright
|
3517c61f09
|
First functional version complete.
|
2019-05-30 01:02:03 -04:00 |
|
Edward Wright
|
15e9103f7e
|
Implemented custom sorting algorithm to ensure command-line parameters are processed in the correct order
|
2019-05-29 17:15:16 -04:00 |
|
Edward Wright
|
92dfc8a431
|
More command-line argument processing work
|
2019-05-29 09:54:54 -04:00 |
|
Edward Wright
|
37fb2636c2
|
Initial solution commit, working on command-line argument processing.
|
2019-05-28 23:31:15 -04:00 |
|
fasteddy516
|
80962c35de
|
Initial commit
|
2019-05-28 22:34:05 -04:00 |
|