I'm using Citect SCADA 2018 R2. I have connected the SCADA pc to EPSON LQ 2190 printer via USB. I have to configure to print alarms to the printer line by line with date and time.
I'm using Citect SCADA 2018 R2. I have connected the SCADA pc to EPSON LQ 2190 printer via USB. I have to configure to print alarms to the printer line by line with date and time.
I'll guess you also need to simmulate the LPT-port (back in the days that was paralell port for printers)
*install the printer as normal using the USB connection.
*share it.
Then use NET USE in windows :
Try to trick Windows by using the USB printer as a dummy "network" printer connected to LPT1.
Share the USB printer
call/rename the shared printer (use a easy to remember share-name) , for example "Printer".
Connect the shared printer as LPT1
NET USE LPT1: \\[Computer-Name]\Printer /PERSISTENT:YES
I'll guess you also need to simmulate the LPT-port (back in the days that was paralell port for printers)
*install the printer as normal using the USB connection.
*share it.
Then use NET USE in windows :
Try to trick Windows by using the USB printer as a dummy "network" printer connected to LPT1.
Share the USB printer
call/rename the shared printer (use a easy to remember share-name) , for example "Printer".
Connect the shared printer as LPT1
NET USE LPT1: \\[Computer-Name]\Printer /PERSISTENT:YES