Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:modbus [2023/09/06 22:07]
darron [Modbus RTU/TCP]
projects:modbus [2023/09/07 10:39] (current)
darron [RTU]
Line 13: Line 13:
 </wrap> </wrap>
  
-Here are three demos on five platforms to read a value from STM32 devices +Here are various demos read a values from STM32 devices using `mbpoll' in Linux.
-using `mbpoll' in Linux.+
  
 ===RTU=== ===RTU===
Line 31: Line 30:
 development so can be ignored. development so can be ignored.
  
-Another demo for the [[boards:stm32f4|STM32 F4 Discovery]] uses its USB OTG port +Another demo for the [[boards:stm32f4|STM32 F4 Discovery]] performs modbus rtu over 
-with TinyUSB.+its USB OTG port using the TinyUSB stack.
  
 ==RS485== ==RS485==