https://github.com/drsdavidsoft/serialuart
Cross-platform application to send commands over serial ports such as USB, RS232 and UART. Compiled as a stand-alone binary on the host system.
https://github.com/drsdavidsoft/serialuart
arduino cross-platform cygwin raspberry-pi rs232 serial-ports serialport uart win32api windows
Last synced: 4 months ago
JSON representation
Cross-platform application to send commands over serial ports such as USB, RS232 and UART. Compiled as a stand-alone binary on the host system.
- Host: GitHub
- URL: https://github.com/drsdavidsoft/serialuart
- Owner: DRSDavidSoft
- Created: 2017-12-22T11:30:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T16:40:27.000Z (over 2 years ago)
- Last Synced: 2025-04-13T02:34:59.316Z (10 months ago)
- Topics: arduino, cross-platform, cygwin, raspberry-pi, rs232, serial-ports, serialport, uart, win32api, windows
- Language: C
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
Awesome Lists containing this project
README
[](https://github.com/DRSDavidSoft/SerialUART/releases)
[](https://ci.appveyor.com/project/DRSDavidSoft/serialuart)
[](https://travis-ci.org/DRSDavidSoft/SerialUART)
SerialUART Project, v1.3-dev
=============================
This program send text via serial port, waits for the reply to read and prints it to the console.
### Platform support
The future plan for SerialUART is to support Windows, Linux and OSX. Currently as of v1.3, Windows support is completed.
### Compiling/Installation
Currently `cl.exe` and Cygwin's `gcc` on Windows are confirmed to compile a working `.exe` application.