I have an EPOS system which has been in use for many years.
It uses a thermal printer and receipts are created programmatically and then copied to the printer port.
This has served my client well but the printer is giving up the ghost and requires replacement. He has bought a new thermal printer but this only supports USB.
What would you suggest with regards changing to the new printer, is it possible to specify a USB port instead of LPT1 or do I now have to create a report and print that? My concern is that if I use the report method, the receipts would have to be a constant length.
If the site was local, I could experiment with it but as it is miles away from my location, this is an option.
Keith
It uses a thermal printer and receipts are created programmatically and then copied to the printer port.
Code:
! COPY C:\TILL\RECEIPT2.TXT LPT1
What would you suggest with regards changing to the new printer, is it possible to specify a USB port instead of LPT1 or do I now have to create a report and print that? My concern is that if I use the report method, the receipts would have to be a constant length.
If the site was local, I could experiment with it but as it is miles away from my location, this is an option.
Keith