Pocket PC to Printer or File with .NET C#

S

SugarMan

I'm writing a solution (PocketPC 2003) with .NET C# Compact Framework.
In this solution there is a server(PC) and more than one Pocket PCs
and using wireless access point.
I wonder if it is possible to send data to PC printer.
If not how I can send or create a "txt" file on the server(PC) from
Pocket PCs.

thanks for your consideration!

Umut Seker
Computer Engineering Ege University, Turkey
(e-mail address removed)
 
J

Jan Yeh [MVP]

As to common PC printers, it's not supported.

You can try to write a XML Web Service or a socket listener on the PC,
and accept requests from PPCs, then print the content to printer.

--
Best Regards,
Jan Yeh

eMVP, MCAD, .NETcf Developer
Mobile Mind Company @ Taiwan
http://blog.mvpcn.net/janyeh
 
A

Alberto Silva - MVP

PrinterCE from FieldSoftware supports network printers and you can try it
for free before you buy it.

Alberto Silva
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top