协议说明
RS-232:点对点,9针DB9,常用
RS-485:半双工,多设备总线(A+/B-)
RS-422:全双工,多设备总线
需USB转串口或485/422适配器
协议说明
CAN Bus:差分信号,多设备总线
需USB-CAN适配器 (如 SLCAN/LCAN)
系统需有 can0/vcan0 接口
Linux socketcan 接口可用
串口配置
{{ p.port }} {{ p.description || p.name }}
无可用串口
{{ connError }}
{{ connSuccess }}
CAN配置
{{ iface.interface }} {{ iface.type }} {{ iface.up ? '↑' : '↓' }}
无CAN接口(需要配置can0/vcan0)
{{ connError }}
{{ connSuccess }}
接收显示
CRC计算器
CRC-16 Modbus: {{ crcResult }}
完整数据: {{ crcInput.replace(/\s/g,'') + crcResult.replace(/\s/g,'') }}
收发统计
TX: {{ txCount }} 字节
RX: {{ rxCount }} 字节
等待接收数据...
{{ line.ts }} [{{ line.id }}] {{ line.dir==='tx' ? '→' : '←' }} {{ line.data_hex }} [DLC={{ line.dlc }}] [{{ line.dir==='tx' ? '发送' : '接收' }}] {{ line.display }} | {{ line.hex }}
ID: