# 模块参考:应答器(驱动器)

# sagetech_mxs

资料来源 drivers/transponder/sagetech_mxs (打开新窗口)

#### 描述 该驱动程序集成了 Sagetech MXS 认证转发器,用于发送和接收 ADSB 信息和流量。#### 示例 尝试在指定的串行设备上启动驱动程序。$ sagetech_mxs start -d /dev/ttyS1 Stop driver $ sagetech_mxs stop Set Flight ID (8 char max) $ sagetech_mxs flight_id MXS12345 Set MXS Operating Mode $ sagetech_mxs opmode off/on/stby/alt $ sagetech_mxs opmode 0/1/2/3 Set the Squawk Code $ sagetech_mxs squawk 1200

# 使用方法

sagetech_mxs <command> [arguments...] 命令: start 启动驱动程序 -dlt;val> 串行设备 stop 停止驱动程序 flightid 设置飞行 ID(最多 8 个字符) ident 设置 ADSB-Out 报文中的 IDENT 位 opmode 设置 MXS 运行模式。(关闭"、"打开"、"stby"、"alt "或数字 [0-3]) squawk 设置 Squawk 代码。[0-7777] 八进制(数字不得大于 7)