Modbus RTU v1
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#define DEVICE_NAME_MAX_LEN 32
|
||||
#define DEVICE_CSV_MAX_LEN 64
|
||||
#define MAX_VIRTUAL_DEVICES 3
|
||||
#define DEVICE_CSV_MAX_LEN 96
|
||||
#define MAX_VIRTUAL_DEVICES 10 /* This the max devices it will simualte, adjust if you need more than 10, do recall this will take up memory */
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user