Hi,
I am currently have problems getting our Intermec 3400 Label printer to communicate with a PC that has Windows 2000 on it. All of our commands are DOS based. It appears that Windows 2000 does not seem to want to talk to the Com port and I get an error on the command console. We have a batch file that sends ASCII text to the printer which the printer then prints out. All formatting is done on the printer side.
the command batch file we use is as follows:
--------------------------------------------------
rem @echo off
copy z:\label c:\intermec\label\label
mode com2: baud=9600 parity=e data=7 stop=1 xon=on > nul:
copy c:\intermec\label\label com2: > nul:
rem @echo on
pause
--------------------------------------------------
Where label is a file with ASCII text in it formatted using a form of XML I believe.
Has anyone had any experience with printing to Com ports from Windows 2000 and are there any special tricks to setting this up correctly or even using different commands ?
I'd appreciate any help
Kevin
I am currently have problems getting our Intermec 3400 Label printer to communicate with a PC that has Windows 2000 on it. All of our commands are DOS based. It appears that Windows 2000 does not seem to want to talk to the Com port and I get an error on the command console. We have a batch file that sends ASCII text to the printer which the printer then prints out. All formatting is done on the printer side.
the command batch file we use is as follows:
--------------------------------------------------
rem @echo off
copy z:\label c:\intermec\label\label
mode com2: baud=9600 parity=e data=7 stop=1 xon=on > nul:
copy c:\intermec\label\label com2: > nul:
rem @echo on
pause
--------------------------------------------------
Where label is a file with ASCII text in it formatted using a form of XML I believe.
Has anyone had any experience with printing to Com ports from Windows 2000 and are there any special tricks to setting this up correctly or even using different commands ?
I'd appreciate any help
Kevin