Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rhexs
on Oct 1, 2019
|
parent
|
context
|
favorite
| on:
PuTTY 0.73
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.
ahartmetz
on Oct 1, 2019
[–]
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".
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also python if you need to programmatically connect and operate a device over serial. Quite easy.