thanks for reply.
and again I don't have a real hardware board, just run in full chip software simulation.
9-bit wasn't use for parity check, it's use for address mark,
I want to send some data in "Real-Time Debugger" at "Command" window to test my program.
I can send a data with "SCDI $aa" now , but I want to something like "SCDI $1aa" to active 9-bit I can read in SCIxC3_T8 in my
program.
and my PE component setting:
Parity = none;
Width = 9bits;
Stop bit =1;
Wakeup condition = Address mark wakeup
...
Cai.