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
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...
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
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:
> .
>
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