kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

UART Support #10

Open brutella opened 10 years ago

brutella commented 10 years ago

I know this is on the roadmap but are there already specific plans when this could be available?

I'm also interested in implementing this. Any good resources or starting points in the code on how to do it?

SjB commented 10 years ago

I've used syscall.Termios for my RS232 communication check https://github.com/SjB/rs232 and https://github.com/pkg/term

kidoman commented 10 years ago

Sorry for not responding earlier. This is definitely in the roadmap. Let me get back to you with more details