Using Putty, how can someone send a null character, ie \0
I have seen control+@ but that doesnt seem to work.
I'm trying to do manual SMTP AUTH:
EHLO
AUTH PLAIN username\0\0password
Using Putty, how can someone send a null character, ie \0
I have seen control+@ but that doesnt seem to work.
I'm trying to do manual SMTP AUTH:
EHLO
AUTH PLAIN username\0\0password
The following worked for me when using PuTTY on windows with a local serial port.
On Mac I used the 'screen' program.
screen /dev/tty.SLAB_USBtoUART 115200 Use the path of your own serial device, something in /dev/tty.* 115200 was the baud for my specific device.^@ (Ctrl+Shift+2). See This SU PostReferences: