Re: Modular 6502 SBC with emulated CPU, ATMEGA16 based
Posted: Mon Nov 28, 2022 9:14 am
> Although I have used Putty and TeraTerm properly configured, the <CTRL><M> key combination, which is supposed to correspond to <CR> or 0x0D in these terminal emulators, does not allow me to activate command line mode. It is presenting messages out of control, as I indicated above.
I think in a case like this, where one can modify the source and rebuild, I might change the specific test for the 0x0D character to a printable one: pick any letter. See if that works. Then figure out what's happening with a control character input. Perhaps get the software to echo its inputs back, in hex?
I think in a case like this, where one can modify the source and rebuild, I might change the specific test for the 0x0D character to a printable one: pick any letter. See if that works. Then figure out what's happening with a control character input. Perhaps get the software to echo its inputs back, in hex?