Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

serial communication Pocketpc 2003 with EVC++4.0 ???

Status
Not open for further replies.

thuanbk

Junior Member level 3
Joined
Aug 30, 2006
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,514
I been trying to write a PocketPC 2002 program using eVC. I done a lot of programming using C/C++, but havent done much using Visual C or eVC. The program will basically send and receive data via a serial port on my iPAQ. Based on the data it receives, the program might parse the data and save it to a file I create. Right now, I am having problems creating the file on the iPAQ (what path do i use?) and figuring out the control signals/timing issues of the iPAQ's serial port. Normally, I would do this in DOS environment using Turbo C, but I cant do that on the iPAQ. Any help is appreciated.
 

Serial IO in EVC is usually done through windows API functions CreateFile(), SetCommState(), SetCommTimeouts(), EscapeCommFunction(), ReadFile(), WriteFile(). Windows console applications build with Borland or Microsoft C can run mostly without changes on CE system. There are also serial communication examples in EVC doc.
 

sory,i am doing connect pocketpc with robot pass TFDS4500,using PIC16f876,but not connect,why? please ..... thanks very much
:(,i had triedto test = EVC++ and VS5.0 but not connect ,why? i using HP6365 ? with Pin TX and RX ,pin 7 connect pin 8 ? :( pls help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top