
Originally Posted by
skimask
How are you passing the lcdout 'commands'? i.e. lcdout $fe, 01 to clear the display and things like that?
If my guess is right, like me, you are basically replacing 'lcdout' with 'serout' on the main board, and this code is to read everything coming the serial port, and sending it out, character by character using a single 'lcdout'.
Hi Skimask,
That was the whole point of the endever, to use the standard commands common to lcdout, so as not to have several different codes to control how the lcd prints to screen. It seems most makers of these things have their own little routines, I started with:
Code:
serin N2400.PortB.7,char
lcdout char
I saw the core code in a post of Darrel's using Hserin
and knew it would work so I started cutting and sewing,
Darrel took it and added his instant interrupts, i snipped
out some more of the unneeded stuff and am still working
on all the bells and whistles. I like it better than all the
others I've seen, because it uses unmolested, lcdout type code.
JS
Bookmarks