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.

how iinterfacing two pc using nullmodem

Status
Not open for further replies.

marali9

Newbie level 2
Newbie level 2
Joined
Apr 9, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,291
hi i want to interface two pc in comport using nullmodem.i want c code .
plz help me.i really need.
 

What have you tried so far? Did you try using a ready-made communications program?

Years ago DOS allowed you to do this with communications programs called Interlink and Interserver. (Macintosh had a program called Hyperterminal).

On the occasions I have used null modem cables transfer data from one computer to the other, I usually had to put in a lot of time and effort, before I managed to get the protocols right.

It will be a big challenge for you to write your own communications program.
 

In C code, you essentially perform CreateFile() on a serial communication device and ReadFile() respectively WriteFle().
 

if you have borland turbo c. (with that blue dos screen gui), there is a sample program in its help. i cant remember the help topic but you can find out it easily.

- - - Updated - - -

if you have borland turbo c. (with that blue dos screen gui), there is a sample program in its help. i cant remember the help topic but you can find out it easily.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top