mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-24 10:04:35 +00:00
Merge branch 'master' of https://github.com/fasteddy516/SimplySerial
This commit is contained in:
commit
b66e9bb4a7
@ -1,6 +1,6 @@
|
||||
# SimplySerial
|
||||
|
||||
###### A bare-bones serial terminal that runs as a Windows console application.
|
||||
###### A simple serial terminal that runs as a Windows console application.
|
||||
|
||||
Written by [Edward Wright](mailto:fasteddy@thewrightspace.net) (fasteddy516).
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
# Description
|
||||
|
||||
SimplySerial is a barebones serial terminal that runs as a Windows console application. It provides a quick way to connect to - and communicate with - serial devices through the Windows Command Prompt or PowerShell.
|
||||
SimplySerial is a simple serial terminal that runs as a Windows console application. It provides a quick way to connect to - and communicate with - serial devices through the Windows Command Prompt or PowerShell.
|
||||
|
||||
SimplySerial can be used directly from Command Prompt/PowerShell and should work with most
|
||||
devices that appear in Device Manager as "COMxx". It was, however, written specifically for
|
||||
@ -69,4 +69,4 @@ To disconnect and exit SimplySerial, press `CTRL-X` at any time.
|
||||
|
||||
# Acknowledgements
|
||||
|
||||
The code used to obtain extra details about connected serial devices (VID, PID, etc.) is a modified version of examples posted by Kamil Górski (freakone) at http://blog.gorski.pm/serial-port-details-in-c-sharp and https://github.com/freakone/serial-reader. Some modifications were made based on this stackoverflow thread: https://stackoverflow.com/questions/11458835/finding-information-about-all-serial-devices-connected-through-usb-in-c-sharp.
|
||||
The code used to obtain extra details about connected serial devices (VID, PID, etc.) is a modified version of examples posted by Kamil Górski (freakone) at http://blog.gorski.pm/serial-port-details-in-c-sharp and https://github.com/freakone/serial-reader. Some modifications were made based on this stackoverflow thread: https://stackoverflow.com/questions/11458835/finding-information-about-all-serial-devices-connected-through-usb-in-c-sharp.
|
||||
|
Loading…
Reference in New Issue
Block a user