cancel
Showing results for 
Search instead for 
Did you mean: 

Modbus library for STM32F2

sapana_khemkar
Associate II
Posted on November 14, 2017 at 07:24

Hi I am looking for Opensource modbus library for STM32F207 processor.

I found freeModbus but it needs to be ported on STM32F207.

Is there any other modbus library available?

Has anyone already ported freeModbus library for STM32F207? 

#stm32f #modbus
4 REPLIES 4
sapana_khemkar
Associate II
Posted on November 14, 2017 at 08:42

I just found that freeModbus library is implements only slave. But I need master side implementation. Can someone help me which library can be used for Modbus master implementation 

xu kao
Associate
Posted on November 14, 2017 at 09:06

https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32

 

Hope this link can help you!

sapana_khemkar
Associate II
Posted on November 15, 2017 at 05:45

Thanks xu kao. I will have look. 

Posted on November 22, 2017 at 13:16

I have query on License for this library.

freeModbus library is under BSD license and demo code is GPL.

This particular library on Git says license as GPL 2.0. But is it applicable for updated library or only for demo code?

Do you have any idea of license?

Thanks

Sapana