void main(void) {
/* put your own code here */
SetBusCLK_64M();
SciInit();
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
SciWrite(0x25);
} /* loop forever */
/* please make sure that you never leave main */
}
串口调试助手返回来的数值是十六进制的6D.
我的SCI00DRL明明是0x25,为什么返回来的是6D呢?我用的是PS1口单片机输出接到max232,求助,先感谢