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.

RS232 communication between two computers using C

Status
Not open for further replies.

sheng84

Newbie level 1
Joined
May 16, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
hi!! me now doing my final year project. i not very gd at c programming so asking around is there any1 who know serial communication btw two computers by RS232 using c programing to program it. any1 who got alitthe idea can find me at sheng84@hotmail.com.thank
 

Re: Rs 232 communication

You can use some library with functions for serial communications, there are many of this around the web.
 

Re: Rs 232 communication

Hi,

In C You Can Use outp or outport in CONIO.H
Or bioscom in BIOS.H

in VC++ You Can Use MSCOMM32.OCX Activex
 

Re: Rs 232 communication

I guess " Serial port Complete " By J. Axelson would be the best ref for your project. ( Available for download from our forum )

Goodluck
 

Rs 232 communication

Hi,
Check this:
**broken link removed**
 

Re: Rs 232 communication

i have recently done a project in which i communicate pc with 8051
using visual c++

i use serialport class from
www.codeproject.com

after adding this class in ur application half of ur job will be done (4 pc to pc communication) then u will have to use function


SALAM
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top