Hi,
I need to print from a PPC to a printer , ideally a dot matrix printer ala
Epson LX300 , LQ580.
I know there is no support for printing in the current environment. I'm
deciding in using either PrinterCE (
http://www.fieldsoftware.com/PrinterCE.htm ) or PrintBoy:
(http://www.bachmannsoftware.com/pbce.htm) both provides an SDK for dotnet
and seems equally good.
My main concern is the connectivity, how to connect the above printers that
are either serial or parallel to an iPaq?
Is bluetooth the way to go?
Basically I'm looking for feedback from anybody who had deployed something
like this before.
Thanks in advance,

Signature
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Piopio - 13 Jan 2006 16:37 GMT
Printing via BT to dot matrix printer is really simple - just treat it
as a normal serial port. First I also thought about PrinterCE but
finally I created my own printing engine which uses xml templates to
create reports. My client uses OKI3320 printers - he also put BT adapter
inside printer case.
Regards,
Peter.
> Hi,
>
[quoted text clipped - 15 lines]
>
> Thanks in advance,
Ignacio Machin ( .NET/ C# MVP ) - 13 Jan 2006 18:41 GMT
so , there exist a BT to serial/parallel printer conversor?
By any chance do you have info about it?
Thanks a lot for your help !

Signature
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
> Printing via BT to dot matrix printer is really simple - just treat it as
> a normal serial port. First I also thought about PrinterCE but finally I
[quoted text clipped - 24 lines]
>>
>> Thanks in advance,
Piopio - 13 Jan 2006 20:53 GMT
> so , there exist a BT to serial/parallel printer conversor?
>
> By any chance do you have info about it?
>
> Thanks a lot for your help !
Of course there are many different adapters USB/serial/parallel to BT. I
tested one made by BlueTake ( BT-200 ).
Peter.