从已打开串口读取数据。
device.open(config).read()
无参数。
port = device.open({type: 'serial', port: 'COM3'}) result = port.read() // 输出:String echo(type(result))