smarmengol / Modbus-Master-Slave-for-Arduino

Modbus Master-Slave library for Arduino
GNU Lesser General Public License v2.1
473 stars 328 forks source link

Using Library in STM32 #66

Closed elhamsut closed 2 years ago

elhamsut commented 2 years ago

Hello, I want to use this library in STM32F103. I saw you have a complete CubeMX project. But I cannot realize how to use it? Would you please provide a detailed document for using this great library?

smarmengol commented 2 years ago

Dear Elhamsut, There is a documentation for this library. In order to use it in other devices, just emulate the Arduino's "Serial" library. You may find information here: https://www.stm32duino.com/ Regards,