You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you change in "LedController.java" from "serial.writedata((byte) 255);" to " serial.writedata((byte) 67); serial.writedata((byte) 76); "
And rebuild it? I tried and everything is working with my arduino, but when I minimize the program I can't bring it back.
Thanks, also heres the arduino sketch I used https://github.com/dicamarques14/PC-to-Arduino-RGB-control
The text was updated successfully, but these errors were encountered:
Can you change in "LedController.java" from "serial.writedata((byte) 255);" to " serial.writedata((byte) 67); serial.writedata((byte) 76); "
And rebuild it? I tried and everything is working with my arduino, but when I minimize the program I can't bring it back.
Thanks, also heres the arduino sketch I used https://github.com/dicamarques14/PC-to-Arduino-RGB-control
The text was updated successfully, but these errors were encountered: