Hi,
i would like to ask about reading data from control port?
control port one of the registers of parallel port.
if i made a program to read data from this register what is the maximum value i got from this port?
this code shows how to read control port( 890 = address of it)
code : start
Dim invalue As Byte
invalue = PortIn(890)
code : finish
i want to know what should be the possible values of invalue variable???
i would like to ask about reading data from control port?
control port one of the registers of parallel port.
if i made a program to read data from this register what is the maximum value i got from this port?
this code shows how to read control port( 890 = address of it)
code : start
Dim invalue As Byte
invalue = PortIn(890)
code : finish
i want to know what should be the possible values of invalue variable???