hy all,
nobody know me but this don't make me a newbee...
my little brain just got an fabulous
actually the ks0108b capacities aren't fully used: the read/write pin isn't used, so the LCD is use in delay more instead of busy mode.
With the actual wiring it is impossible to connect the rw pin to the lpt port.
So we need a little tweak...
Ok, lets play...
CS1 & CS2 select the chip you want to talk to BUT you can talk only to one chip at a time (LCDInfo do this, I have read the source).
So when CS1 is active, CS2 is inactive and CS2=ON => CS1=OFF
=> two states: CS1 CS2
state 1: 1 0
2: 0 1
we don't need of two LPT pin to control this: just one is enought

BUT we need an inverter on one of the CS pin.
this inverter could be anything, a transistor should work (2n2222 ?)
LPT: LCD:
16-Init-------------------------------------CS1
|
| 5V
| |
/ /
1K \ \ 4.7K
/ /
\ \
| |--------------CS2
| ___| c
| b / | /\
|__|_|/ | 2N2222
\ |\_/
``| e
_|_
/////
14 -------------------------------------------------------RW
Ok this look like very bad... I have got a better draw on a my floppy but someone have put something in this ù*$^* floppy drive.
I will put something better after.
What do you think of this