Click here to Skip to main content
15,886,110 members
Articles / Internet of Things / Arduino

SingleWireSerial - Arduino Library that Supports Single-Wire Half-Duplex Serial Communication

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
12 Jan 2022GPL314 min read 13.3K   12  
New Arduino library: SingleWireSerial which supports single-wire, half-duplex serial communication
I worked on a hardware debugger making use of the debugWIRE protocol, but couldn’t get it to work reliably. So, I worked on my own solution that led to the SingleWireSerial library. It satisfies the following three requirements: single-wire serial communication, extremely accurate and robust up to 125 kbps, and communication speed can be set at runtime.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Retired
Germany Germany
Arduino addict

Comments and Discussions