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.
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.
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}