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.

using com port in visual c++ 2008

Status
Not open for further replies.

amintlk

Member level 1
Joined
Aug 23, 2010
Messages
36
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
bojnourd
Activity points
1,523
hi everyone .. how can i use serial port in visual c++ ?? i looked for com port object in activeX component but i didn't find it!!
 

Use CreateFile , WriteFile and ReadFile function in "winbase.h".
You can use COM port like a file.
 

one of the best document on serial port programming is attched here.
read it. you will understand many finer points in win serial port programming.
 

Attachments

  • serial-win.pdf
    66.7 KB · Views: 90
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top