//Socket s=new Socket(xxxx参数); OutputStream os=s.getOutputStream();os.write("7e 00 0e 90 00 12 4b 00 01 f6 96 0f 00 00 02 01 18 5b".getBytes());os.flush();
直接发送字符串就行,数据在发送前 先处理成 16进制的
是按字符串发、还是按ASCII发的。