Exemplo n.º 1
0
 /// <summary>
 /// 初始化端口
 /// </summary>
 private static int IC_InitComm(short Port)
 {
     return(Dcrf32.dc_init(Port, 57600));
 }