I have a Win98 PC which is our security system interface. It has a dot-matrix parallel printer attached. All day long it prints lines for every door that opens, every keyswipe, all sorts of junk. Uses up massive amounts of paper. From time to time wo do need to refer to the printout to follow a chain of events, but mostly it ends up in the recycle bin after a period of time.
I would like to capture the LPT port and log to a file rather than paper. I know how to capture the LPT port to file, but this method is unreliable and there's no way to truncate the log file after it reaches some length or age.
The control software cannot be modified and expects LPT1 to work (alarms go off if LPT 1 stops responding).
Two possible solutions occur to me:
- Hardware device plugs into LPT port, has ethernet jack on other end. Makes a log file on the network somewhere.
- Software print capture with log file truncate ability. Difficult because the security PC is not connected to the LAN, and the control software prohibits access to the desktop/Windows Explorer - you can't reach the log file. The machine *could* log into the domain to place the log somewhere, but that connection is a security risk.
Any ideas?
-frank
I would like to capture the LPT port and log to a file rather than paper. I know how to capture the LPT port to file, but this method is unreliable and there's no way to truncate the log file after it reaches some length or age.
The control software cannot be modified and expects LPT1 to work (alarms go off if LPT 1 stops responding).
Two possible solutions occur to me:
- Hardware device plugs into LPT port, has ethernet jack on other end. Makes a log file on the network somewhere.
- Software print capture with log file truncate ability. Difficult because the security PC is not connected to the LAN, and the control software prohibits access to the desktop/Windows Explorer - you can't reach the log file. The machine *could* log into the domain to place the log somewhere, but that connection is a security risk.
Any ideas?
-frank