PDA

View Full Version : Control datalines parallel port



Jeffie
31-10-2004, 19:23
Is it possible to control the datalines of the parallel port ?
On on 'normal' computer (redhat 7.3) i use the program "Parashell" (attachment).

Can someone explain what i have to do, to get this program running on the WL-500g ?

Hope u can help me out.

Oleg
31-10-2004, 19:29
wl-500g parallel port is not in the i/o space, it's memory mapped to address 0xbf800010 (if I recall correctly). I've not cheched parashell, but you will probably need to replace inb/outb with readb/writeb and so on.