Commit Graph

  • dd7f6dab6d
    Update .gitignore (add AdvancedInstaller ignores) fasteddy516 2019-06-10 11:28:13 -0400
  • e4a0c67d0e
    Update README.md v0.3.0 fasteddy516 2019-06-09 21:27:23 -0400
  • 43c1f31975 cleaned up help message Edward Wright 2019-06-09 21:04:33 -0400
  • 8f32b3f364 removed "nowait" option as it no longer serves a purpose Edward Wright 2019-06-09 21:00:10 -0400
  • 2a35a7cff3 modified make/model/circuitpython display in connection header Edward Wright 2019-06-09 20:50:17 -0400
  • f8574f0d66 cleaned up port enumeration and filtering (fixes #5, fixes #6) Edward Wright 2019-06-09 20:41:25 -0400
  • fa65b51a41 auto-(re)connect functionality added Edward Wright 2019-06-09 20:17:51 -0400
  • 545ed8411d auto-connect work in progress Edward Wright 2019-06-06 22:40:48 -0400
  • c3c6a5ca7e auto-(re)connect work-in-progress Edward Wright 2019-06-06 16:52:59 -0400
  • b66e9bb4a7 Merge branch 'master' of https://github.com/fasteddy516/SimplySerial Edward Wright 2019-06-06 16:23:53 -0400
  • a080089375
    Update README.md fasteddy516 2019-06-06 16:23:12 -0400
  • ad727fa1f4 added command-line argument processing for upcoming auto-(re)connect option Edward Wright 2019-06-06 16:03:15 -0400
  • ddac7fe7c1 updated help message and readme v0.2.0 Edward Wright 2019-06-05 23:54:32 -0400
  • 06658e80c1 completed CircuitPython board auto-detection (Closes #3) Edward Wright 2019-06-05 23:36:00 -0400
  • 6eba0462d2 board detection work-in-progress Edward Wright 2019-06-05 18:40:37 -0400
  • ba43f073d0 bump version to 0.2.0 Edward Wright 2019-06-05 11:55:25 -0400
  • 0265fb2d23 full changeover to ComPort structure Edward Wright 2019-06-05 11:54:08 -0400
  • a76d13f75c modifed GetSerialPorts() for more reliable retrieval of all available ports Edward Wright 2019-06-05 11:02:26 -0400
  • b9841375c9 don't wait for keypress after ctrl-x Edward Wright 2019-06-05 00:10:08 -0400
  • db08444c54 implemented Kamil Górski's method for getting pid/vid of usb com ports Edward Wright 2019-06-05 00:05:04 -0400
  • b42dcf03a2 added port name to exception/error messages Edward Wright 2019-06-04 22:01:47 -0400
  • dedccf7534 Merge branch 'master' of https://github.com/fasteddy516/SimplySerial Edward Wright 2019-06-04 21:57:30 -0400
  • 1cb42eabfa added "-list" command-line argument to list available ports Edward Wright 2019-06-04 21:56:59 -0400
  • 521f83724a corrected "Invalid or incomplete argument" message x 2 Edward Wright 2019-06-04 21:54:51 -0400
  • c9cbe4ecc7 fixed missing object reference exception in ExitProgram() Edward Wright 2019-06-04 21:52:17 -0400
  • c1a66d192e ensure serial port is always closed before exiting Edward Wright 2019-06-04 21:42:43 -0400
  • 22d0e6689e
    Update README.md fasteddy516 2019-06-02 09:30:02 -0400
  • ad3d69ea8c Updated README v0.1.0 Edward Wright 2019-06-02 00:42:43 -0400
  • cfa9071fee added connection message Edward Wright 2019-06-01 22:47:23 -0400
  • 90a93d3b77
    Update LICENSE fasteddy516 2019-06-01 20:07:31 -0400
  • ce943616d9 Added help message Edward Wright 2019-06-01 20:03:50 -0400
  • 3517c61f09 First functional version complete. Edward Wright 2019-05-30 01:02:03 -0400
  • 15e9103f7e Implemented custom sorting algorithm to ensure command-line parameters are processed in the correct order Edward Wright 2019-05-29 17:15:16 -0400
  • 92dfc8a431 More command-line argument processing work Edward Wright 2019-05-29 09:54:54 -0400
  • 37fb2636c2 Initial solution commit, working on command-line argument processing. Edward Wright 2019-05-28 23:31:15 -0400
  • 80962c35de
    Initial commit fasteddy516 2019-05-28 22:34:05 -0400