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.

Programming language supported by BQ

Hello,

My company want to change the programming language to create differents applications which communicate with batteries. Actually, the language which is used is Visual Basic 6. We want to change for a object-oriented language like C#, Java or C++.

I want to know what of this language is compatible with the BQ that you sell.

Thank yous for you future answer

Best regards

  • Hello Pierre,

    Welcome to the forum!

    The battery management and battery charger devices do not use a language for communication.  They use a communication protocol such as I2C or SPI.

    Both of these are normally implemented on a microcontroller or other programmable logic device.  The MCU or device you choose for this interface with the BQ can be programmed using the language of your choice, as long as you have an IDE that can compile your code.

    The most popular language for the majority of IDE is C or assembly.

    Thanks,