Here is a SerLCD issue I could not find anyone else posting about.
The display (2x16 display with serlcd integrated from SF) works fine connected to windows (w/ FTDI USB), and it works fine connected to my uC (jennic 5139 zigbee/arm7). But it only works w/ the uC if I leave the RX line disconnected until the SerLcd has been powered. If my uC’s rx line is connected from the start I get garbage (the correct amount of garbage, just not the correct characters).
If I power them both up with the RX disconnected then connect it works fine, if I reset the uC at this point everything runs as expected. If I hold the uC in reset until the serLCD has gone past the splash then let the uC boot … more garbage.
The only way I seem to not get garbage is if the RX is disconnected until power has been applied to the serLCD then the thing works great. With the uC connected to a terminal program I see no initial garbage during power cycling and I am not initializing the uart until well after the serlcd splash screen (2 second wait before bringing the uart up and attempting to send to the serlcd).
Any ideas would be seriously appreciated.
Aaron