示例#1
0
文件: Coder.cs 项目: AlexAlbala/MaCRo
 public void Start()
 {
     t = new SerialTransportAddress("COM1", false);
     transport = new SerialTransport(t, 9600);
     transport.Start(this);
     monitor = new object();
 }