去除了test

This commit is contained in:
xin
2025-06-30 16:01:28 +08:00
parent a3cf0f610e
commit d111649c41

View File

@ -12,13 +12,14 @@
#include <stddef.h>
#include <string>
#ifdef __cplusplus
#include "comon.h"
extern "C" {
#endif
#define COMMAND_GET 0x03
#define COMMAND_SET 0x06
#define COMMAND_MULTSET 0x10
#define POLYNOMIAL 0xa001 //modbus crc
#include "comon.h"
const u_char GET_ADDRESS[]={0x01,0x03,0x00,0x01,0x00,0x01};