> Hello everybody,
> Is there are any possibility to print "Hello World" from iPaq device
> to Zebra (Cameo 3 model) printer using IrDA?
>
> Does anybody have a dummy sample?
http://www.alanjmcf.me.uk/comms/infrared/irdaDotNetCliIrLpt.cs.html or
if you need to see VB.NET code, see my IrCOMM sample there and combine
the two.
> We are using Compact Framework 2.0.
>
> The only way is using third-party components!!!
Well you need Peter Foot's 32feet.NET library, but it is free.
For this usage one can't use the CF's IrDAClient as it doesn't have the
Client property (to access the underlying Socket), unlike TcpClient. :-(

Signature
Alan J. McFarlane
http://www.alanjmcf.me.uk/
Please follow-up in the newsgroup for the benefit of all.
GastonQ - 21 Apr 2006 17:36 GMT
Thanks a lot, I'll try this component.
Regards,
Gaston Quirque
Microsoft MVP
>> Hello everybody,
>> Is there are any possibility to print "Hello World" from iPaq device
[quoted text clipped - 14 lines]
> For this usage one can't use the CF's IrDAClient as it doesn't have the
> Client property (to access the underlying Socket), unlike TcpClient. :-(