Console app for serial connection.
- Conenct serial adaptor to your PC
- Start
SimpleCom.exe
- Setup serial console
- If you start SimpleCom without any command line options, use dialog to configure
> SimpleCom.exe
- You can configure serial port with command line, then dialog would not be shown
> SimpleCom.exe <options> COM[N]
COM[N]
is mandatory to specify serial port
- If you start SimpleCom without any command line options, use dialog to configure
- Operate target device via the console
- Press F1 to leave its serial session and to finish SimpleCom
--baud-rate [num]
- baud rate
- default:
115200
--byte-size [num]
- byte size
- default:
8
--parity [val]
- parity
- set one of following values
none
odd
even
mark
space
- default:
none
--stop-bits [val]
- stop bits
- set one of following values
1
1.5
2
- default:
1
--flow-control
- flow control
- set one of following values
none
hardware
software
- default:
none
Use SimpleCom.sln on your Visual Studio.
I confirmed x64 build on VS 2019.
How to use on Windows Terminal
You can use fragments.json to add SimpleCom to your Windows Terminal.
For example, run following commands to add SimpleCom for all users.
PS > mkdir "C:\ProgramData\Microsoft\Windows Terminal\Fragments\SimpleCom"
PS > cp C:\Path\To\fragment.json "C:\ProgramData\Microsoft\Windows Terminal\Fragments\SimpleCom"
Please see Applications installed from the web in Microsoft Docs.
- SimpleCom sends / receives VT100 escape sequences. So the serial device to connect via SimpleCom needs to support VT100 or compatible shell.
- SimpleCom supports ANSI chars only, so it would not work if multibyte chars (e.g. CJK chars) are given.
GNU General Public License v2.0