+ Reply to Thread
Results 1 to 4 of 4

Thread: with turbo pascal?

  1. #1
    Tevfik Newbie
    Join Date
    Oct 2003
    Posts
    1

    Default with turbo pascal?

    where can i find the information about control the parallel port with turbo pascal programming? or something else with turbo pascal (robotics)


  2. #2
    crust Okay
    Join Date
    Sep 2003
    Posts
    728

    Default

    I have not used turbo pascal in many years, but I believe that there is a port array you can use, somthing like the following ... This should take the hex value A5 and write it to the port at address hex 378.

    Port[$378] := $A5;

  3. #3
    Exo
    Exo is offline
    Exo Newbie
    Join Date
    Sep 2003
    Location
    Belgium
    Posts
    1,884

    Default

    You should check the adress of the port first, it isn't 378 in all systems
    http://www.gmonline.demon.co.uk/cscene/CS4/CS4-02.html

  4. #4
    Optikon Newbie
    Join Date
    Sep 2003
    Location
    Cleveland, OH, U.S.A.
    Posts
    1,729

    Default

    Turbo pascal?! Hehehe.. sorry, you must be trapped in a time rift or something.Oh, I remember those days well.

+ Reply to Thread

Tags for this Thread