Hi All,

In my Project, I am using the VB.NET Compact Framework to develop an
Application for Symbol Pocket PC (CE.NET OS), the purpose of my Application
is allowed user scan a barcode using the Pocket PC and then send a print job
to the Zebra Printer to print out the barcode label. The Pocket PC will use
the Serial Cable RS232C connect to Zebra Printer, when the user click the
"Print button" in my Application, the Zebra Printer will print out a Barcode
Label.

I would like to know using VB.NET Compact Framework, what syntax / source
code I need to use to open the RS232C Serial Port? How to let my Pocket PC
Application Program sent a print job to Zebra Print? The important thing is
how do I open the Serial Port.

Hope you can help. Or Provide me some information, any website can find a
sample? etc. Thanks.

Re: Open Serial Port in .NET Compact Framework (RS232C) by Peter

Peter
Mon Sep 13 04:55:53 CDT 2004

The Smart Device Framework includes a full serial library for .NETCF
www.opennetcf.org/sdf/
(There is also a sample application included) Accompanying article here:-
http://www.opennetcf.org/PermaLink.aspx?guid=01116b3d-9770-4f83-9fee-253c0410d7a4

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

"Cathy Lee" <Cathy Lee@discussions.microsoft.com> wrote in message
news:BCEDA268-3652-46FF-9EFD-68160AE12FAE@microsoft.com...
> Hi All,
>
> In my Project, I am using the VB.NET Compact Framework to develop an
> Application for Symbol Pocket PC (CE.NET OS), the purpose of my
> Application
> is allowed user scan a barcode using the Pocket PC and then send a print
> job
> to the Zebra Printer to print out the barcode label. The Pocket PC will
> use
> the Serial Cable RS232C connect to Zebra Printer, when the user click the
> "Print button" in my Application, the Zebra Printer will print out a
> Barcode
> Label.
>
> I would like to know using VB.NET Compact Framework, what syntax / source
> code I need to use to open the RS232C Serial Port? How to let my Pocket PC
> Application Program sent a print job to Zebra Print? The important thing
> is
> how do I open the Serial Port.
>
> Hope you can help. Or Provide me some information, any website can find a
> sample? etc. Thanks.