Hi Zvezdana & Catalinp,
in general you are right, the Printerport allows only 8Bit transfer (bidirectional is possible) - but you should not give up too fast. With a little help of simple circuitry like
74HC4094 (4 of them are needed) you can solve this problem. Have a look to Datasheet of 4094 and you will see, how to clock Data into this Chip and how to connect a second Chip in series.
If only the parallel port is available you should "serialize" the 16bits and shift them out into two of these 8-stage-shift-and-store-registers - like a typical SPI-Interface. The same has to be done for Input operation. The speed of this Interface will be not very fast because of this overhead of clocking-out and �in ; but it will work.
Hope this leads to some
new ideas about this issue.
Regards
Werner