Search Result

Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
outportb
  •  

  • maheshchintu
    started a topic outportb()

    outportb()

    Can i use outportb() in windowsXP......
    then how should i interface PC's parallel port with outside circuits for my project,.... is there any exact replacement for outportb().
    See more | Go to post

  • shashi59
    started a topic Plz explain the outportb function
    in C

    Plz explain the outportb function

    Anyone plz explain outportb function.And also explain the code below........

    #define PORT1 0x3F8

    outportb(PORT1 + 1 , 0);
    outportb(PORT1 + 3 , 0x80);
    outportb(PORT1 + 1 , 0x00);
    outportb(PORT1 + 3 , 0x03);
    outportb(PORT1 + 2 , 0xC7);
    outportb(PORT1 + 4 , 0x0B);
    See more | Go to post
Working...