Modbus TCP /IP Interface with STM32 (STM32F779BI)
Hello ,
I want to connect (M02 weight indicator) with my controller(STM32F779BI) through MODBUS TCP/IP protocol.
I am using microcontroller as client and weight indicator as server. I can't able to read data from server. server is not responding with any of data. I want to clear that server is connected successfully.
One more thing I want to clear that with this microcontroller as master I able to read and write data to mbslave(application which is work as Modbus server)
Modbus Frame : 0x01 0x02 0x00 0x00 0x00 0x06 0x01 0x03 0x00 0x0b 0x00 0x01
Thank you.
