Serial Coms

  • Thread starter Thread starter carmen
  • Start date Start date
C

carmen

Hi,
I've just build a small application (Windows Applicañtion) that work with
John Hind's CommBase.dll.
This application opens Com1 port and sends a byte.
I spend some days working on it because I'm new with VS .Net and new with C#
Now I wanted to build the same application for SmallDevices working with
Windows CE .NET and I get the error "System.MissingMethodException" while
trying to open the port into the Windows CE Emulator.

Could you help me?
Thanks
 
Hi Carmen,

IT should be that CommBase.dll use P/Invoke in other words it calls the
windows API , in the PPC platform the API is different, they are even in
different dlls, therefore is HIGHLY unusual ( I would say impossible ) that
a dll targeted to Win32 works on PPC.

Take a look at http://www.opennetcf.org/serial.asp and in general if you
have problem using the CF there is a group devoted to it :
microsoft.public.dotnet.framework.compactframework

Hope this help,
 

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

Similar Threads

Windows CE question 1
serial port - again 6
Serial ports 5
Problem with System.IO.Ports.SerialPort.Open 3
PNG transparency in ListView? 1
serial Port, what is wrong ? 3
Serial port proxy 1
Serial Ports 4

Back
Top