positioner_testing_project/User/application/inc/tcpserverc.h

13 lines
277 B
C

#ifndef _TCPECHO_H_
#define _TCPECHO_H_
#include "main.h"
#define TCP_PORT_HART1 5001
#define TCP_PORT_HART2 5002
extern void tcp_echo_init(void);
extern void user_send_data(uint8_t *data, uint16_t len);
extern void user_send_data_hart2(uint8_t *data, uint16_t len);
#endif