Rust version of Arduino SoftwareSerial

331 views Asked by At

Is there a Rust alternative to the Arduino library providing the SoftwareSerial type, which allows one to use any two regular pins to do serial communication instead of having to do it through hardware?

0

There are 0 answers