On Apr 8, 2011 6:51 AM, "Justin Richards" wrote= : > > > ROM char Open[] =3D "Opening Port\r\n"; > > . > > serPutRomString(Open); > > > > > > But for quick and dirty debugging I would like to do this > > > > serPutRomString("Opening Port\r\n") > > > using C18 in MPLAB > Look at the xlcd code included with c18, it has two functions for passing strings to an lcd, either from RAM or Rom. It should be the example you need. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .