jSSC Not Sending Data to Arduino
问题 I have a problem with writing function of jSSC. My Arduino Uno board seems not getting data from my Java program. I have a stepper motor controlled by Arduino Uno board. I made a simple program that has 2 buttons. One is for CW rotation and the other is CCW rotation. CW button sends 'H' char and CCW button sends 'L' char. Now I have: I checked from Arduino IDE serial console my Arduino program works correct. When I send 'H' the motor turns CW and with 'L' the motor turns CCW. I made a program