|
Re: how to use USB connection from arduino to roborio?
It may be cleaner to just use a more direct protocol supported by the RoboRIO instead of USB (e.g. SPI, I2C, RS232). Otherwise, WPILib looks like it has a SerialPort class with Port enums for USB; have you tried that?
|