Normal Topic Special printer commands (Read 686 times)
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Special printer commands
Mar 2nd, 2006 at 5:23pm
Print Post Print Post  
Hi

I have a question:
my printer has inernal barcode fonts.
former in Q&A it was possible to send printercommands to the printer that this one prints out e.g. numbers to barcodes.
is there a possibility to send this command to the printer with a command like printstring() or anything like that
i tried it with printstring() but it does not work

as additional information the printer is a kyocera fs1550

-sebastian
  
Back to top
ICQ ICQ  
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Special printer commands
Reply #1 - Mar 2nd, 2006 at 8:21pm
Print Post Print Post  
Hello Sebastian,

I believe Tom Marcellus had an article about this in a back issue of Inside Sesame. Here it is Page 2 of the June 2004 Issue. He is using FileOpen to open the printer and write out the printer codes.

You can contact Tom at mailbox@insidesesame.com and he will be able to help you out.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Special printer commands
Reply #2 - Mar 2nd, 2006 at 8:31pm
Print Post Print Post  
Is there a special reason to use the barcode font built into the printer as opposed to any of the generally available bar code fonts?
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Special printer commands
Reply #3 - Mar 2nd, 2006 at 9:41pm
Print Post Print Post  
crow:
the generally avalible fonts for EAN13 and EAN8 costs about 100€ and the printer has them inside for free

if i could use Code39 or anything like that i would be happy because they are for free but my scanners can not read them configured for EAN13 (i think most used in europe)

ray:
i will try to reach him thanks for your help
  
Back to top
ICQ ICQ  
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Special printer commands
Reply #4 - Mar 2nd, 2006 at 9:51pm
Print Post Print Post  
It is possible to open a "device" using FileOpen and write to it using FileWrite - just as you would a file, by replacing the filename with the device name ("COM", "PRN", "LPT", etc... (assuming you are on Windows. Linux uses different device names)). Where and when in your code, you would do so might take a bit of experimenting.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
wase
Junior Member
**
Offline


Always looking for a good
code

Posts: 57
Location: Austria
Joined: Jun 22nd, 2004
Re: Special printer commands
Reply #5 - Mar 2nd, 2006 at 10:00pm
Print Post Print Post  
thanks crow

i will try to use this commands

if it was successful i will post it here

- sebastian
  
Back to top
ICQ ICQ  
IP Logged