How to access Parallel port in Linux - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to access Parallel port in Linux - Stack Overflow
You can use C to write a small program that will read and write directly from/to the
pins on the parallel port by way of the outb and inb functions. Then ...