> > =A0 =A0serPutRomString( (const rom far char *) "Opening Port\r\n" ); > > -- Bob Ammerman > RAm Systems > experimenting some more found dropping the const did the trick. The key was "far" serPutRomString((rom far char*)"Opening Port\r\n"); works. Thanks again --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .