Thomas Cherryhomes
Thomas Cherryhomes
 Ok, so, looks like adding EOL to the end of the filename fixed the problem. This will be in 1.1.
Keyboard mapping is now fixed as much as I can fix it. Trying to do CTRL-M in PLATO mode is meaningless. Please do not treat PLATO mode like an ASCII...
It _does_ respond to XON/XOFF,as the code in pterm for windows/linux/mac relies on this. Difference is, their connection speeds are close enough together that in-band signalling works. without the xon/xoff...
Yes, XON = 0x11 XOFF = 0x13 and yes, those are the correct codes to send. It does indeed work, because: https://github.com/tschak909/pta/blob/master/app/src/main/java/org/cyber1/platoterm/PLATONetworkService.java#L162 The Android terminal implements this, because if it...
I am also digging _deep_ into the system card deck to cross reference the relevant XON/XOFF code (this is not trivial, as I have to look through a whole stack...
Sijmen. Thank you for testing, and trying to show PLATOTerm. I can't "Fix" the XON/XOFF problem on the server, because there is nothing to fix, it is there, and is...
I'd love to, but I have cerebral palsy. -Thom On Wed, Nov 7, 2018 at 12:53 AM Sijmen Schouten wrote: > Don't get me wrong: > 1/ But an Atari...
And I have explained why this happens, repeatedly. and yes, the 8266 not only HAS A buffer, but since you're dealing with TCP, it can ask for packets to be...
Cerebral palsy, scar tissue on my brain, which, in my case affected my motor functions. I was in physical and occupational therapy from the time I was 6 months old,...
Ok. I will make a build tomorrow. -Thom On Thu, Nov 8, 2018 at 1:04 AM Sijmen Schouten wrote: > Ok, sorry to hear about that. > > I have...