| | |
How i can read rs232c in delphi
![]() |
•
•
Join Date: Oct 2009
Posts: 10
Reputation:
Solved Threads: 4
0
#2 18 Days Ago
Hi
Com port communication must be handled as a file input outout. The process in simplified terms is
Assign a comport to a file
Open the file
read the data
process the data
close the file
Factors that must be considered are
Speed, parity, stop bits, x on x off hand shaking - become familiar with the purpose of these terms
Have a look at http://sheepdogguides.com/dt5f.htm, http://sheepdogsoftware.co.uk/plh1rs.htm,
http://www.arunet.co.uk/tkboyd/ele1sp.htm
Com port communication must be handled as a file input outout. The process in simplified terms is
Assign a comport to a file
Open the file
read the data
process the data
close the file
Factors that must be considered are
Speed, parity, stop bits, x on x off hand shaking - become familiar with the purpose of these terms
Have a look at http://sheepdogguides.com/dt5f.htm, http://sheepdogsoftware.co.uk/plh1rs.htm,
http://www.arunet.co.uk/tkboyd/ele1sp.htm
![]() |
Similar Threads
- Dialer in VB6 or Delphi that works on XP? (Pascal and Delphi)
- help file creation (Pascal and Delphi)
- Tutorial: Handling Dates and Time in Delphi (Pascal and Delphi)
- Looking for a Senior DELPHI Developer (Software Development Job Offers)
- Starting program at second monitor (Pascal and Delphi)
- .gif images in Delphi? (Pascal and Delphi)
- Refrerenced memory at 0x0000000c could not be "read" (ASP.NET)
- Help with delphi project (Pascal and Delphi)
- Dialer in VB6 or Delphi that works on XP? (Visual Basic 4 / 5 / 6)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Get Disk Serial Number (A classic)
- Next Thread: Scrolling ScrollBox By Mouse
| Thread Tools | Search this Thread |





