Kindly , I have JBD BMS and also I need to communicate toit by arduino and display the voltage , current and capacity . I used the library in the below link JdbBms.h and the code ( basic.ino ) but I didnt get anything on the serial monitor . I connected the JBD BMS ( gnd , tx & rx ) to the arduino pin ( 6 & 7 ) as the code , Could please anyone help
The SoftwareSerial instance that you have created named myBms needs to run at the correct baud rate. This is usually set in the begin() function, just like Serial.begin() in your sketch
So it seems that the library sets the baud rate to 9600 for you, but I don't see how the library knows that you are using SoftwareSeriial or what the name of the SS object is
Sorry, but I cannot be of any more help at the mement