Re: Pocket PC printing? IRDA, Bluetooth

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You should have some documentation that comes with your printer about the
PCL, but the delay is something I found out by accident. The printers I have
worked with take an input stream that defines the page size, sets the fonts,
etc., and the docs for your printer should provide this. But I found I also
had to delay, sometimes only 10 milliseconds, after sending each line of
text to get it to actually work. You might also need to send the EJECT code,
whatever that is for your printer, before you see anything useful. Now that
you've got the light flickering, it sounds like you've got the right port.
You might need to double check the baud, parity, etc., and remember that all
the data you send to these printers needs to be ASCII and not Unicode.

HTH,

Ginny Caughey
..NET Compact Framework MVP

"rockdale green" <rockdale.green@xxxxxxxxx> wrote in message
news:eDNlgAvkFHA.2904@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for your reply. Yeah, I guess we are closer thanks for your
> guidance. I also tried write to comm6 which is the outbound port of
> bluetooth on my Pocket PC. I can see the printer power light is
> flushing, but still nothing happen. As for the carrige return or what
> else, do they have some documentation about this kind of PCL or I have
> to trial-and-fail by ourself? I will let u know what happen for carrige
> return and sleep.
>
> Thanks again
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***


.



Relevant Pages