Skip to content

Commit 59586c0

Browse files
committed
Animation added to rtu ex 2
1 parent 18e1236 commit 59586c0

File tree

2 files changed

+2
-0
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual

2 files changed

+2
-0
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,8 @@ MachineControl_RS485Comm.setFullDuplex(false);
16491649

16501650
By modifying this line, *Full-Duplex mode* is deactivated, or the line can be commented out to bypass this setting altogether. This minor code tweak and the appropriate wiring enable the two units to communicate using Modbus RTU in half-duplex mode.
16511651

1652+
![Modbus RTU (Half-Duplex) Demo](assets/rtu-half-ani.gif)
1653+
16521654
#### Modbus TCP
16531655

16541656
Modbus TCP, taking advantage of Ethernet connectivity, allows easy integration with existing computer networks and facilitates data communication over long distances using the existing network infrastructure. It operates in full-duplex mode, allowing simultaneous sending and receiving of data.

0 commit comments

Comments
 (0)