Read port // with delphi

super lapin Posted messages 30 Status Member -  
 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.

3 answers

youssef
 
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
1
adok89
 
comment lier via le port parallèle ?
0
mahdouch
 
Hello,
well, I'm also working on data transfer between a PIC 16F877 via a parallel port. I've encountered a lot of problems, so if you could help me, that would be great.

Thank you in advance.
0
Jean-François Pillou Posted messages 18961 Registration date   Status Webmaster Last intervention   63 308
 
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<<
0
super lapin Posted messages 30 Status Member 21
 
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.
0