Skip to content

Serial communication app for the Arduino. Supports Hex and Decimal

Notifications You must be signed in to change notification settings

geoolson/ArduinoSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoSerial

This is an application for communicating with an Arduino over serial much like the serial monitor in the Arduino IDE. However the serial Monitor only supports sending ascii characters.

For example There is no practical way to send a byte value of 0xC. ArduinoSerial allows you to specify whether you want to send the literal string, interpret it as a decimal number or a hex value.

About

Serial communication app for the Arduino. Supports Hex and Decimal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages