I found!!
After instal the library, RXTX, like explain here :
https://forum.processing.org/topic/rxtx-version-mismatchThe message below confirm instal
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
[0] "COM3"
[1] "COM4"
[2] "COM5"
But, you have to change the number of the serial in the soft here :
//CHOOSE PORT HERE
myPort = new Serial(this, Serial.list()[
2], 115200);
Don't forget to change the speed of the serial in arduino with the serial monitar by 115200
It's works