I am having this problem below:
https://drive.google.com/file/d/1F1joXc9xppFWRRqxWaaC7izRNaSnVaYc/view?usp=sharing
I already searched this problem here and in other foruns, and it seems to be a quite frequent problem, although I still cannot solve it. The arduino is the Pro Mini and it is connected to a FTDI adapter
1- The communication is working perfectly;
2- The baud-rate is the same in the script and in the seriel monitor (as you can see in the image above);
3- I already uninstall the Java and install it again, but still giving me the same problem in the Arduino IDE serial monitor;
4- I'm quite sure that the problem is related with the Java/Arduino serial communication, something related with RXTX communication and Arduino... Maybe I must use PuTTY but I do not know if it is a good solution. I do not know what to do...
Have you ever had this problem before? What do you think I can do?