14
Looking for Scriptable asynchronous communication tools
(lemmy.radio)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Uh email? It’s not exactly exciting but there are loads of tools available for automating emails. Definitely asynchronous. Does it fit your needs?
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.