views:

49

answers:

1

Hello,

Is there a DOS/ Batch command which can be used for reading from the COM port?

I tried to look for that but didn't find solution...

Thank you in advance.

A: 

For reading some information from COM port you can try next command:

type COM{n}

For sending info to COM port use next command:

echo some text > COM{n}
Victor