View Single Post
  #2   Spotlight this post!  
Unread 18-01-2017, 13:07
david.e.boles david.e.boles is offline
Bringer of Whales and Petunias
AKA: david476
FRC #5940 (BREAD)
Team Role: Leadership
 
Join Date: Dec 2015
Rookie Year: 2011
Location: San Francisco, CA
Posts: 30
david.e.boles is on a distinguished road
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?
Reply With Quote