Skip to content

Software emulated 9 bit serial using hardware timers for improved compatibility

Notifications You must be signed in to change notification settings

JamesB0T/Alt9SoftSerial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt9SoftSerial Library

Emulates an additional 9 bit serial port on an Arduino board allowing you to communicate with 9 bit serial devices.

To learn more about 9 bit serial visit What Is 9-Bit Data Framing?

Tested with the Arduino IDE 1.5.x on a copule of Arduino Pro Mini boards at 8 and 16 Mhz (use pin 8 for TX and pin 9 for RX).

Should work on any Arduino-compatible board with an ATmega328 and, in theory, on any board supported by AltSoftSerial.

Author

Manuel Rábade <[email protected]>

Based on AltSoftSerial by Paul Stoffregen.

License

This work is published under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Software emulated 9 bit serial using hardware timers for improved compatibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.8%
  • C 37.3%
  • Processing 3.9%