Read port // with delphi
super lapin
Posted messages
30
Status
Member
-
mahdouch -
mahdouch -
Hello forum,
I would like to know what to write in Delphi to read information from an interface card connected via parallel transmission.
Thank you
I am programming under Win98 and on Delphi 6.
I would like to know what to write in Delphi to read information from an interface card connected via parallel transmission.
Thank you
I am programming under Win98 and on Delphi 6.
3 answers
-
Hello,
to read information via the port // first load the read function in assembly, then you will assign the variable VALUE to another in order to display it on the form interface.
I tried and it works well.
In case of problems, here is:
Mail: ezzahryoussef@gmail.com -
Here is a starting point for an answer I think:
http://www.commentcamarche.net/forum/affich-581898-Comment-piloter-port-avec-delphi-sous-XP
--
Webmaster(@)CommentCaMarche.net
>>010000110100001101001101<< -
Thank you Jeff,
but it doesn't give me much
actually, the information coming from the parallel port should be entered into an "edit": "edit1.text" for example.