Writing to ESL COM Port from Command Line or Batch Files
mbudds51 > 12-02-2011, 05:56 PM
I'm currently writing to a bank of TV Screens via an RS-232 connection and a simple batch script, that is executed from the command prompt in Windows XP.
I'm piping the data out of the Serial Port, located on the Motherboard, to the TVs by way of the following command:
type cmdlist.txt >> COM1
I was hoping to get past the distance limitations by connecting to the TVs via Ethernet.
Does anyone know if the ESL is capable to sending data to the Virtual COM ports though batch programming?