Data Redirect From com1 To com3?
I have a PLC connected to com 1 on my pc the plc sends (atdt555-5555) which tells an external phone modem connected to the plc to dial a number i dont have an external modem connected to the plc and instead have the plc connected to com1 on my pc to log the alarm data from the plc but now i want to redirect the data from com1 to my internal phone modem on com3 what can i do to do this without having to write a program to do it for me
You can read data ftom COM1 and immediately write it to COM3 as-is. Go to codeproject.com to learn how to use com ports.
You can read data ftom COM1 and immediately write it to COM3 as-is. Go to codeproject.com to learn how to use com ports.