├── LICENSE ├── README.md └── examples ├── ES_Gateway_Blink └── ES_Gateway_Blink.ino ├── ES_Gateway_Read_Holding_Registors └── ES_Gateway_Read_Holding_Registors.ino └── ES_Gateway_Write_Single_Registor └── ES_Gateway_Write_Single_Registor.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElectroSoul-Technologies/ESP32-RS485_Gateway/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElectroSoul-Technologies/ESP32-RS485_Gateway/HEAD/README.md -------------------------------------------------------------------------------- /examples/ES_Gateway_Blink/ES_Gateway_Blink.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElectroSoul-Technologies/ESP32-RS485_Gateway/HEAD/examples/ES_Gateway_Blink/ES_Gateway_Blink.ino -------------------------------------------------------------------------------- /examples/ES_Gateway_Read_Holding_Registors/ES_Gateway_Read_Holding_Registors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElectroSoul-Technologies/ESP32-RS485_Gateway/HEAD/examples/ES_Gateway_Read_Holding_Registors/ES_Gateway_Read_Holding_Registors.ino -------------------------------------------------------------------------------- /examples/ES_Gateway_Write_Single_Registor/ES_Gateway_Write_Single_Registor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElectroSoul-Technologies/ESP32-RS485_Gateway/HEAD/examples/ES_Gateway_Write_Single_Registor/ES_Gateway_Write_Single_Registor.ino --------------------------------------------------------------------------------