View Single Post
  #2   Spotlight this post!  
Unread 22-01-2011, 18:27
sjspry sjspry is offline
Registered User
FRC #1984
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2010
Location: Kansas
Posts: 125
sjspry has a spectacular aura aboutsjspry has a spectacular aura aboutsjspry has a spectacular aura about
Re: Can we transmit any data from a custom dashboard TO the robot using UDP ?

Well, as far as I can tell from rule 75, you can't send operator input which bypasses the driver station.

If you wanted to send something else, you can do it from any port, actually, as long as you have something on the robot to receive it. In Java, at least, you'd use Connector.open("socket://10.xx.yy.5") and related classes. I've not worked with C++, but you could look for the functions "socket", "recv", and "send".
Reply With Quote