An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Github All Releases](https://img.shields.io/github/downloads/DRSDavidSoft/SerialUART/total.svg?label=Downloads&style=for-the-badge)](https://github.com/DRSDavidSoft/SerialUART/releases)
[![Windows Build Status](https://img.shields.io/appveyor/ci/DRSDavidSoft/serialuart.svg?label=Windows%20build&style=for-the-badge)](https://ci.appveyor.com/project/DRSDavidSoft/serialuart)
[![Linux Build Status](https://img.shields.io/travis/DRSDavidSoft/SerialUART/master.svg?label=Linux%20build&style=for-the-badge)](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.