-
Port I/O
Is there some DLL that can do this? I'm mainly looking for one written in C++ or ASM. What I need is to be able to write to it whatever I need at whatever address, (in this case 378 which is LPT1), and read it too.
If there is an easier way to do this (actually I'm doing this in VB, it just seemed appropriate to post it here for the first part), using just VB?
-
I think direct port I/O to the printer is forbidden even under 9x - it might let you, but it warns you I think, and then disables the printer driver.
NT totally blocks it.
What are you trying to achieve? There may be a better way.
PS: Search for vbasm.dll :)
-
I'm making a multi-purpose remote for my computer, stuff like channel up/down for my TV card, volume up/down for everything, next track, play, stop, etc. I'm not sure how to do much for that matter, I can make all the electronics including the RF transcieving (I'm going to be outputting sound to and have a headset jack on the remote :)). I just dont know where to connect it... I know I need 20 pins, so I thought "hey, printer port!". I may be able to do it with Serial Bus.