一、接收的配置流程1.Global behavior:设置管脚和工作模式Set the receiver pins to operate as McBSP pinsEnable/disable the digital loopback mode回环模式Enable/disable the clock stop mode 时钟停止模式Enable/disable the receive multic...
public void Open(){//Init_Comm();DCB dcbCommPort = new DCB();COMMTIMEOUTS ctoCommPort = new COMMTIMEOUTS();// OPEN THE COMM PORT.hComm = CreateFile("COM1:",GENERIC_READ | GENERIC_WRITE,0, 0,OPEN_EXIST...