Quote:
Originally Posted by kinganu123
Ok, so while porting our last year's labview code to java, I found that the labview version would do things like send pwm values to the driverstation.
How would I go about in doing this in java? I couldn't find anything that stuck out in the DriverStation API
|
I posted a java class
here that will handle basic communications with the driver station and dashboard. While I'm sure it could be more sophisticated, it does work (at least so far

). I'll try to update things as I sort more of the code out.