Y
Hacker News
new
|
ask
|
show
|
jobs
by
rhexs
2460 days ago
Screen. Most of the time saved is not having to try to install whatever bizarre serial driver windows needs.
Also python if you need to programmatically connect and operate a device over serial. Quite easy.
1 comments
ahartmetz
2460 days ago
Yep, screen is the easiest. Minicom often gets confused, or at least confuses me with its weird UI. With screen I just run "screen /dev/ttyUSB0 115200".
link