Hi all, I am using DEMOQE128 board. I am using SCI to transmit a charachter 'H' and display it on the hyperterminal(XP). But i cannot see anything on the hyperterminal. My baud rate is 9600. I think the busclock is 4MHz. Please help me out.
J8 jumper could be removed at all and R9 pullup will enable MAX3218. J8 can be also set to PTC5 position. Either you drive PTC5 high or leave it in default input mode (R8 pullup will enable MAX3218).
Did you reconfigure J7 and J8 from USB-TX/RX to MAX-TX/RX? In USB position you can send/receive only via USB and P&E terminal program. Having J7 and J8 in MAX-TX/RX you send/receive only via DB9 connector.
how do I set J7 and J8 in Max Tx/Rx ? My program is as follows: SCI1C1=0x40; SCI1C2=0x08; PTCDD_PTCDD5=1; PTCD_PTCD=1; SCIBDL=0x1A;//baud rate=9600bps and bus freq=4MHz. for(;{ while((SCI1S1 & 0x80)==0); SCI1D='H'; }