Hi all
I managed to solve it by redirecting to LPT as the software has the capacity to use parallel receipt printers aswell. Thought I would post in case it helps anyone in the future with a similar issue.
#1 Make sure the USB printer is working normally in Windows
#2 Share the printer
#3 Bring up a cmd prompt and do the following:
Code:
net use LPT3 \\server\share /PERSISTANT:YES
I wasn't sure if LPT1 and 2 were reserved. Hence LPT3
#4 Add a new local printer on LPT3 (I chose Generic - Generic/Text first)
#5 In Printer Properties/Advanced, change the Driver dropdown to be the correct driver for the printer
#6 Tell the software to use the newly created printer on LPT3
#7 Replace hair, have coffee/smoke/vice of preference
I must confess, I didn't try and map a COM port in this way, purely because the net use help doesn't mention COM ports...not sure if it would have worked though...maybe I will give it a try at some point
Cheers
**EDIT**
Apologies, I just re-read my first post..it was late and, at the time, I didn't know it could use parallel...I suspect someone would have known my solution above..you live and learn