Link to home
Start Free TrialLog in
Avatar of berlinermainzer
berlinermainzer

asked on

How to do Serial/Parallel Port Read/Write?

How to do Serial/Parallel Port Reading and Writing under Delphi 5?
Thx berlinermainzer
Avatar of Motaz
Motaz

write your e-mail and I'll send to you a component of serial communication
Motaz
you should use WinAPI function:
- CreateFile() to open a port
- ReadFile/WriteFile to communicate to it

p.s. you can use standard port names as "COM1:" with CreateFile
ASKER CERTIFIED SOLUTION
Avatar of inthe
inthe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial