I would like to be able to accept user input when the console is routed to use the debug COM port. I have the following ion the registry:
Am I missing another key?
Thanks.
I would like to be able to accept user input when the console is routed to use the debug COM port. I have the following ion the registry:
Am I missing another key?
Thanks.
The debug output (OutputTo=-1) can not be used for input. You could use any other port, for example COM2 by setting OutputTo=2. Don’t forget do set the correct COMSpeed setting as documented on MSDN Command Processor Registry Settings (Compact 2013) | Microsoft Learn.