P
Paul Kraemer
Hi,
I have to write an Access application that will be able to print barcode
labels.
My barcode printer is connected by ethernet. If I go to printer properties
on the Ports tab, the printer is set to print to a "Standard TCP/IP Port"
with the IP address that I assign to the printer. The printer works fine
from my barcode software, but now I want to be able to generate barcode
labels automatically from my Access application.
Supposedly, all I have to do is send the printer a string of characters
(some printable and some not). For example, I might want to send the
following string to the printer:
<02h><1Bh>String that produces a barcode<5Ah><03h>
I can assemble the necessary string in Access, but I have no idea how to
send it to the printer. If anyone can give me a clue how to do this, I would
really appreciate it.
Thanks in advance,
Paul
..
I have to write an Access application that will be able to print barcode
labels.
My barcode printer is connected by ethernet. If I go to printer properties
on the Ports tab, the printer is set to print to a "Standard TCP/IP Port"
with the IP address that I assign to the printer. The printer works fine
from my barcode software, but now I want to be able to generate barcode
labels automatically from my Access application.
Supposedly, all I have to do is send the printer a string of characters
(some printable and some not). For example, I might want to send the
following string to the printer:
<02h><1Bh>String that produces a barcode<5Ah><03h>
I can assemble the necessary string in Access, but I have no idea how to
send it to the printer. If anyone can give me a clue how to do this, I would
really appreciate it.
Thanks in advance,
Paul
..