Add serial event support. We can use https://github.com/bugst/go-serial Event handling could look like this: ```js function onSerial(c, event) { // do stuff } ```
Add serial event support.
We can use https://github.com/bugst/go-serial
Event handling could look like this: