iam working with a printer connected to port1
this is not like regular printer.
it is like a current bill generator printer.
when we type data directly it has to print on paper
Mscomm1.Output = txtMessage.Text & vbCr
the code is working
the problem is iam not able to set the fonts
plzzzzzzzzzzz help me
thanks in advance
Loading
srikanth sambariPosted Feb 27, 2009, 1:45 AM
srikanth sambariPosted Feb 27, 2009, 1:45 AM
vivek kulkarniPosted Feb 26, 2009, 1:05 PM
Hi,
The printer you are communicating to usually exposes some font escape sequences i.e the system software of the printer would have some protocols.. you will will have to use them while sending the output.
Please check the printer documentation.
Thank you,