|
Re: Need help with arduino to i2c on roborio!
Quote:
|
Another easy way would be to just use USB. Use the SerialPort class in your Java code to send data to the Arduino, and use Serial.read() on the Arduino to get the data. This has the advantage that it's really easy to test using the Serial Console in the Arduino IDE.
|
This has never worked for me...
__________________
Robots + Python + pentesting == me;
Blog ~ GitHub ~ Keybase
If you have a pressing issue to discuss with me, kik me at slush.puddles since I don't check CD very often.
Last edited by The Doctor : 02-04-2016 at 05:05 PM.
Reason: formatting
|