this post was submitted on 05 May 2024
14 points (93.8% liked)
Open Source
31072 readers
769 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, it needs to be serial communication. My use case is talking to a CNC.
Edit: fat fingers: "ea" -> "to a"
lol got it. Definitely not email then
That would be fun tho
I used expect a lifetime ago to reliably talk to a bunch of very strange ISDN modems.
https://www.tcl.tk/man/expect5.31/expect.1.html
I think something like expect also exists for more modern languages, but tcl is still easy enough to learn (just a little unusual, everything is a string)
That's several recommendations for expect. I'll start digging. Thank you.