J
john
Hi,
I am trying to use "_outp " function to write to parallel port . I am
using microsoft visual C++6.0. I am using it like this _outp ( 956,
255) . I am using decimal numbers. The thing is that program crahes
evertime , I run it. Please advice!
John
#include < stdio. >
#include <dos.h >
main ()
{
_outp ( 956, 255);
}
I am trying to use "_outp " function to write to parallel port . I am
using microsoft visual C++6.0. I am using it like this _outp ( 956,
255) . I am using decimal numbers. The thing is that program crahes
evertime , I run it. Please advice!
John
#include < stdio. >
#include <dos.h >
main ()
{
_outp ( 956, 255);
}