Modbus TCP v1

This commit is contained in:
2026-06-11 15:44:27 -05:00
parent 70cd36c934
commit b18ac04bf8
48 changed files with 14508 additions and 16204 deletions

5
spiffs/Template.csv Normal file
View File

@@ -0,0 +1,5 @@
type,address,name,data_type,control_address,pics_address,pics_data_type,notes
Discrete_Input,10001,Boolean1,bool,00001,,,
Coil,00001,Boolean1_Ovr,bool,,,,
Input_Register,30001,Int1,uint16,40001,,,
Holding_Register,40001,Int1_Ovr,uint16,,,,
1 type address name data_type control_address pics_address pics_data_type notes
2 Discrete_Input 10001 Boolean1 bool 00001
3 Coil 00001 Boolean1_Ovr bool
4 Input_Register 30001 Int1 uint16 40001
5 Holding_Register 40001 Int1_Ovr uint16