M
Michael--J
Hello,
My name is Michael and i need to write an application for an embedded
x86 device running Windows CE.NET. I need the device to implement
serial communications via the serial ports as well as perform
xmodem-1k file transfer. I am using Visual Studio 2003 and C# for
developing the application for the Compact Framework (CF). I have
discovered that the Compact Framework is very limited and I have
looked all over the web for 3rd party components that implement serial
comms and xmodem file transfer using any .NET language (preferably C#)
but I can only find simple CF serial comms apps WITHOUT xmodem
capabilities.
I have however found components that implement both (serial comms +
xmodem-1k) but they were designed for the .NET (Full) Framework only.
Most of these (Full Framework) components were controls and when I try
to add them in a SmartApplication (for embedded devices running WIN
CE.NET), they always appear disabled in the Toolbox. So then I try to
instantiate them manually in the code, but then when I try to run the
app I always get this System.MissingMethodException. So I assumed they
can't be used for the compact framework. Has anybody out there written
any components or code that will take care of my problem, and help me
save a lot of development time? Thanks so much.
Kind Regards,
Michael--J
My name is Michael and i need to write an application for an embedded
x86 device running Windows CE.NET. I need the device to implement
serial communications via the serial ports as well as perform
xmodem-1k file transfer. I am using Visual Studio 2003 and C# for
developing the application for the Compact Framework (CF). I have
discovered that the Compact Framework is very limited and I have
looked all over the web for 3rd party components that implement serial
comms and xmodem file transfer using any .NET language (preferably C#)
but I can only find simple CF serial comms apps WITHOUT xmodem
capabilities.
I have however found components that implement both (serial comms +
xmodem-1k) but they were designed for the .NET (Full) Framework only.
Most of these (Full Framework) components were controls and when I try
to add them in a SmartApplication (for embedded devices running WIN
CE.NET), they always appear disabled in the Toolbox. So then I try to
instantiate them manually in the code, but then when I try to run the
app I always get this System.MissingMethodException. So I assumed they
can't be used for the compact framework. Has anybody out there written
any components or code that will take care of my problem, and help me
save a lot of development time? Thanks so much.
Kind Regards,
Michael--J