Commit 32a45670 authored by qizhiqiang's avatar qizhiqiang

rs-232发送消息接口修改

parent f2ec23a6
......@@ -25,9 +25,6 @@ public class WebSocket {
//加入set中
webSocketSet.add(this);
System.out.println("Establishing a connection:"+webSocketSet.size());
//往串口发送数据
RxtxUtils.sendToPort(("T"+"\r\n"));
}
//给所有当前连接的用户发送消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment