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

  1. 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
    1. adok89
       
      comment lier via le port parallèle ?
      0
    2. 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
  2. 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