Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Virtual COM port support in Windows CE 6.0 R2

39 views
Skip to first unread message

vikramg

unread,
Jan 5, 2010, 8:35:15 AM1/5/10
to
Hi,

I wanted to use UART (RS232) over Ethernet on Windows CE 6.0 R2 device.

Our device has Ethernet connectivity (ethernet port)and no COM port support (no hardware COM port).
Is there any mechanism through which i can expose ethernet as COM to my device (RS232 over ethernet).

On my PC side, we have virtual COM port which expose the ethernet interface as COM to my application.

Thank You


Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET DropDown ListBox and XML Databinding
http://www.eggheadcafe.com/tutorials/aspnet/816580c8-4d31-48c9-861e-ab9d60b5f699/aspnet-dropdown-listbox.aspx

Bruce Eitman [eMVP]

unread,
Jan 5, 2010, 10:21:05 AM1/5/10
to
And what would it connect to on the other end?

You might be better to get a USB to Serial device, like FTDI

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

Eurotech Inc.
www.Eurotech.com

<Vikram G> wrote in message news:201015835...@lntemsys.com...

vikramg

unread,
Jan 5, 2010, 10:56:45 PM1/5/10
to
Thank you for the reply.

Ethernet is the physical interface between my device (with WinCE 6.0) and PC.
Since UART can only be used as point to point interface and would connect only once device to server (PC), we are using Ethernet as the physical interface between our server (which contains virtual COM ports over Ethernet) and multiple devices (which should expose Ethernet physical layer as COM to the application running on it).

On the server, we already have virtual COM drivers (UART over Ethernet implementation) and for the implementation on the device side, are there any already existing things (like virtual COM drivers) in Windows CE 6.0 using which we can proceed further.

Thank you

Bruce Eitman [eMVP] wrote:

And what would it connect to on the other end?

05-Jan-10

And what would it connect to on the other end?

You might be better to get a USB to Serial device, like FTDI

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

Eurotech Inc.
www.Eurotech.com

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice

ASP.NET Webservices: How to Make Asynchronous WebMethod Calls
http://www.eggheadcafe.com/tutorials/aspnet/6560cf30-0869-4bfd-8656-c5e6c9ea3d6c/aspnet-webservices-how.aspx

Vinoth [MCTS]

unread,
Jan 6, 2010, 1:37:01 AM1/6/10
to
you can see some sample virtual com ports implementation on various devices
in windows CE 6.0.
\WINCE600\PRIVATE\WINCEOS\COMM\BLUETOOTH\RFCOMM - This is serial port
emulator on Bluetooth device.
\WINCE600\PUBLIC\CELLCORE\710MUX - This is GSM MUX driver produces virtual
com port.

All the drivers are tightly coupled with the corresponding devices. you can
get some idea about the implementation of the virtual com ports drivers. you
have to start your own driver from the begining.

--
vinoth.R
http://vinoth-vinothblog.blogspot.com
http://www.e-consystems.com


"Vikram G" wrote:

> .
>

vikramg

unread,
Jan 6, 2010, 5:15:56 AM1/6/10
to
Thank you for the reply.

Vinoth [MCTS] wrote:

you can see some sample virtual com ports implementation on various devicesin

06-Jan-10


"Vikram G" wrote:

Encryption On Mobile Devices in C# / .NET
http://www.eggheadcafe.com/tutorials/aspnet/23e22af4-2554-4688-a6c0-da5581fdf86b/encryption-on-mobile-devi.aspx

0 new messages