PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Serial port handling.
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Serial port handling.
![]() |
Serial port handling. |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I have downloaded the opennetcf's Smart Device Framework. Can anybody tell me know is there any sample code to transfer files between desktop pc and pocket pc using serial port. I need a tutorial which will tell me basics of rs232 programming. Best regards, Salil. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
See OpenNETCF.IO.Serial samples here:
http://www.opennetcf.org/PermaLink....f8-9559152d5e1e -- Sergey Bogdanov http://www.sergeybogdanov.com Salil.Khanwalkar@gmail.com wrote: > Hi, > I have downloaded the opennetcf's Smart Device Framework. > Can anybody tell me know is there any sample code to transfer files > between desktop pc and pocket pc using serial port. > I need a tutorial which will tell me basics of rs232 programming. > > Best regards, > Salil. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi,
I have example code in my book for XMODEM file transfers. I haven't extended this code to the Compact Framework, but intend to do so soon. Are you sure that you want to use the serial port for this? Usually, it is more satisfactory to use RAPI or some sort of network transfer over TCP/IP. The reason that I intend to add XMODEM file transfer support to my Compact Framework code is not for transfers to and from the desktop, but for use with other devices that require such transfers. Dick -- Richard Grier (Microsoft Visual Basic MVP) See www.hardandsoftware.net for contact information. Author of Visual Basic Programmer's Guide to Serial Communications, 4th Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See www.mabry.com/vbpgser4 to order. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Hi,
I am just learning serial port programming , so first i wrote a dumb terminal application and communicated using hyper terminal, i.e. any thing you type in the terminal window is displayed on the ppc. Now i want to try doing file transfers using serial port instead of RAPI over tcp/ip. Best regards, Salil. |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Transport from www.componentscience.net supports CF and includes X/Y/ZModem
file transfer protocols. -- Floyd <Salil.Khanwalkar@gmail.com> wrote in message news:1118815917.384439.150630@g43g2000cwa.googlegroups.com... > Hi, > I am just learning serial port programming , so first i wrote a dumb > terminal application and communicated using hyper terminal, i.e. any > thing you type in the terminal window is displayed on the ppc. > Now i want to try doing file transfers using serial port instead of > RAPI over tcp/ip. > > Best regards, > Salil. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

