取得com端口的id-->端口的引用,一定要在得到SerialPort以后添加事件的触发条件.
   例如:
  port.notifyOnDataAvailable(true);
  port.notifyOnBreakInterrupt(true);
  port.notifyOnCarrierDetect(true);
  port.notifyOnCTS(true);
  port.notifyOnDataAvailable(true);
  port.notifyOnDSR(true);
  port.notifyOnFramingError(true);
  port.notifyOnOutputEmpty(true);
  port.notifyOnOverrunError(true);
  port.notifyOnParityError(true);
  port.notifyOnRingIndicator(true);
posted on 2007-01-24 10:41 yt 阅读(404) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 

统计