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
http://ourworld.compuserve.com/homepages/richard_grier/CFSerial.htm
It is written by Richard Grier. It works for my serial port program but I am not sure about xmodem-1k.
Kind Regards,
Michael--J
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
-Chris
"Kempton" <anon...@discussions.microsoft.com> wrote in message
news:645FAFF1-E2AC-4BCC...@microsoft.com...
--
Floyd Burger
"Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> wrote in message
news:eiheQoaO...@TK2MSFTNGP11.phx.gbl...
Right. I've had in mind porting my XMODEM protocol (well, not really "mine"
simply one I implemented, both for Win32 and a slightly different one for
eVB). However, I haven't gotten around to it. Someday... Sooner if someone
actually wants to pay for it.
Dick
--
Richard Grier (Microsoft Visual Basic MVP)
See www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
-Chris
"Dick Grier" <dick_gri...@msn.com> wrote in message
news:uvM62xr...@tk2msftngp13.phx.gbl...