Skip to content

Arduino SoftwareSerial split into two SoftwareSerialRx and SoftwareSerialTx classes

Notifications You must be signed in to change notification settings

Simulators/split-software-serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split-software-serial

Arduino SoftwareSerial split into two SoftwareSerialRx and SoftwareSerialTx classes

The SplitSoftwareSerial library is derived from the Arduino SoftwareSerial library, and provides the same functionality of serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps.

SplitSoftwareSerial breaks SoftwareSerial into two separate classes, SoftwareSerialRx and SoftwareSerialTx, each taking one pin.

About

Arduino SoftwareSerial split into two SoftwareSerialRx and SoftwareSerialTx classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages