sggt/App/MODBUS/Inc/modbus_485.h

14 lines
412 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __MODBUS_485_H
#define __MODBUS_485_H
#include "apps_gather.h"
void parse_scom_485(st_scom *scom);
//PC <---SIG---> HART/BLUETOOTH/MODBUS
//BLE将接收完成的BLE数据发送至上位机将来自上位机的BLE数据装载至comhart_tx
//HART将接收完成的HART的数据发送至上位机将来自上位机的HART数据装载至comhart_tx
void transparent_485(st_scom *scom);
#endif