Skip to content

Commit

Permalink
update modbus arduino example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtreser committed Oct 4, 2024
1 parent b7d0872 commit 013c58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispositivos/modbus/Arduino/ModbusRTUSlave_SS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setup() {
pinMode(coilPin, OUTPUT);
modbus.configureInputRegisters(inputRegisters, 1);
modbus.configureCoils(coils, 1);
modbus.begin(modbusId, 38400);
modbus.begin(modbusId, 9600);
}

void loop() {
Expand Down

0 comments on commit 013c58b

Please sign in to comment.