Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:modbus [2023/09/06 22:07] – [Modbus RTU/TCP] darronprojects:modbus [2024/11/09 02:20] (current) – [STM32U575] darron
Line 30: 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==
Line 75: Line 75:
  
 <code> <code>
-make -f Makefile.u575zi program debug+cd NUCLEO-U575ZI-Q 
 +make program debug
 </code> </code>
 ==References== ==References==