Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Virtual Parallel Port
Name: macielbs Date: July 18, 2007 at 12:47:44 Pacific OS: WindowsXP CPU/Ram: Sempron / 512M Product: Positivo
Comment:
I have 2 programs, one is writing to parallel port, and another is monitoring this port and taking actions. I don't need a physical port for nothing, but in new computers without physical parallel ports the result of "inportb" is always "0xFF", avoiding this port monitoring. Anyone have a virtual parallel port to solve this?
Summary: I have been experimenting with the parallel port for a while and turned on and of leds with it, but i defined the pin numbers in decimal but when I look in other peoples codes they used hex to do it, ...
Summary: I am trying to control my parallel port through a web browser on my website. I host my own webpage with Windows XP. All I am trying to do is connect two wires to different pins and I want to use java ...
Summary: I writing a small test program interfacing with parallel port. It is very simple just send signal out and record signal in with a circuit board. I read some of the Doc about Parallel port. However to ...