Closed
Description
I try to send a ctrl + z to sisterm to suspend a running linux process on the other end of the serial line.
But unfortunately the key doesn't go through.
Here's the output of the getch example:
Ctrl('v')
Ctrl('c')
Ctrl('x')
Null <-- should be Ctrl('z')
Do you know, whether that's a limiation of windows?
On linux this works flawlessly.