Martin Lund
Martin Lund
@stappersg There is more to it. You can't just go echo stuff to your serial device without configuring the serial port. Meaning you first need to go figure out how...
@Bubu You can now independently switch input and output mode (hex vs normal). Implemented in 2fff4d36d023e90d30bdf3dc416be39495ffab44.
Hi @GWHAYWOOD, sorry for the late response. I've been busy IRL but now I'm back for some tio maintenance and have been working backwards through the issue list. Can you...
Hmm. Do you close the tcp socket connection at any time or do you just stop reading from the socket and then after a while tio will quit?
> I've looked at our code (for the first time in quite a while) and I'm pretty sure that Tio quits on the broken pipe signal before we make any...
@GWHAYWOOD Great. Thank you for testing.
Sorry for the delayed response. I understand how this is useful. However, as you hint yourself, I would like to see such feature become fully configurable. This would also include...
The lua scripting feature to support flexible programming of the control lines upon connect is now implemented in 0becfa3274c80cb8d18fed0325c776eb4bfdb1ad. See #233 for more information.
I'm a bit undecided on the feature of letting tio be able to connect to sockets. I mean, if you want to connect to a UNIX socket you could easily...
After some more consideration I think it makes sense to support connecting to a socket as that will make tio be able to both serve a serial port via a...