How to receive data 1 character at a time instead of line by line? #139
-
When I do something like I think the modem is receiving the data from the socket one byte at a time because I can turn on echo and the echo characters are sent back to the telnet client in real time without waiting for a newline character to be received. This feels like an issue where either the serial port isn't being flushed until a new line is received or the data isn't being queued to the serial port's buffer until a new line is received. Is this just a configuration option I'm missing? I tried setting ATS40 to a tiny number and using AT&D to clear the delimiter list, but that didn't help either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@bozimmerman , do you have any ideas about this? I feel like I must be missing something here, because I feel like file transfers wouldn't work if this was always the case. |
Beta Was this translation helpful? Give feedback.
This feels like an issue with the term program. The firmware definitely does not do that in stream mode.
Also, ATS40 only applies to packets, which is data sent while still in Command mode. While in stream mode, ATS40 has no effect.