johnwm is correct. I used to write and read directly to a digital input/output circuit board. example in hex....
out &h200,&h2 would make bit 2 of port 200 go high or turn on. inputs would be inp(&h200). I just assumed there has to be a way to still write applications for these boards. They
are actually quite versatile. 16 inputs and 16 outputs. Quite a bit of control to the outside world with this.
Any thoughts now with a little more detail?
thanks