Skip to content

Commit aeef9ac

Browse files
committed
minor changes
1 parent 4648adc commit aeef9ac

File tree

1 file changed

+3
-1
lines changed
  • content/learn/05.communication/07.modbus

1 file changed

+3
-1
lines changed

content/learn/05.communication/07.modbus/modbus.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ In this example, the starting register is stated as hexadecimal but if we scroll
8080

8181
We can also see that the register for U1 takes up 30107 and 30108 which means that the register count is 2.
8282

83-
Using the `readVoltage()` function, defined within the parameters we discussed, will retrieve the voltage measurement from the Finder energy meter. Inside you can see how the `requestFrom()` is being called with `Device Address`, `Function Code`, `Starting Register` and `Register Count` as parameters.
83+
Using the `readVoltage()` function, defined within the parameters we discussed, will retrieve the voltage measurement from the Finder energy meter.
84+
85+
Inside you can see how the `requestFrom()` is being called with *Device Address*, *Function Code*, *Starting Register* and *Register Count* as parameters.
8486

8587
```
8688
float readVoltage() {

0 commit comments

Comments
 (0)