ok... I know That... Alll
Thanks for your replies to both of you. BUT there are no serial LCD`s around here, just the classic LCDOUT type LCD, AND i know LCDOUT defines the data port in one port, not in two.
BUT AGAIN :D
i have to use this pinout to control my LCD, so LCDOUT just doesnt work because the pins that i wanīt to use are in ports A and B not just in one, and not in order.
What i expect?
Some ideas as how to use LCDOUT with any pin for the data port
OR
Some code showing how the LCD is managed to avoid using LCDOUT directly and rewrite my own LCD subs.
Thanks for your concerns
Now i am working.... late?
Hi, i didnt reply because i was expecting the PCB, it was late so i got to work just today.
Darrel Thanks for your reply, i have been trying to figure your suggestion, i get the virtual port, but in the link
http://www.picbasic.co.uk/forum/showthread.php?p=22065
the example to use it to this specific case uses a HighJack.bas include that isnt posted anywhere.
Now if i get it well The HighJack.bas file must be used to replace a subroutine for a self made one, wich DO is on the post.
Now summary: The HighJack will replace LCDOUT for a selfmade, this LCD self made uses virtual PORT to write to the device.... If i am wrong please correct me.
Finally i will need HighJack.bas ;)
On the other hand, is it really this hard to work with LCD`s isnīt there a simple routine that i can change just to make LCDOUT? which are the LCD commands?, i have never seen them.
Thanks
DJC