Redirecting console (cmd) to serial (com) port

P

Paul

Hello,

I'm trying to configure a console to work on a serial
port (Com1).
Command.com seems to be the way, as it can accept a
peripheral for I/O, but :
Command COM1
doesn't work.
I've also tried to use redirection :
cmd.exe >com1 0<&1
and variant, but the best I have is output redirected,
but no input.

Does anyone knows how to do ?
Regards,
Paul
 
T

Thomas Lutz

did you try using the MODE command first before redirecting output?
something like: MODE COM1:9600,N,8,1

You may also need to change a few settings for the DOS window that you
have open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top