Subject: | Feature Request: UART |
There should be some kind of UART support added.
Challenges
1) input reception, since this happens outside the program we need to schedule checks or reads somehow
2) platform support
Pros
1) Another protocol to talk to devices, there's a lot of chips or modules that talk some form of serial port comms out there
2) Will make supporting projects like Firmata as adapters easier and more featurefully
3) We could use this to talk to bus pirates directly (over a D::C::A serial adapter), making some adapters that work over a serial interface already more portable
Cons
Adds complexity to the whole system