This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220SF-LAUNCHXL: cc3220SF

Part Number: CC3220SF-LAUNCHXL


Tool/software: Code Composer Studio

any  one give me  modbus master library for ccs.

  • Hi,

    There is no official support (library) for CC3220. Modbus TCP or RTU is very trivial protocols and is easy for implementation. I think fastest way is implement protocol by yourself. At Internet you find tons of Modbus libraries in C in case of you want to use library. Only issue can be with Modbus CRC with RTU (CRC-16 CCITT), but I think CRC generator in CC3220 can be used without any problem.

    A few tips for Modbus RTU implemtation e2e.ti.com/.../1880085

    Jan