Log in

View Full Version : Dashboard wont work...


nadavsen2
10-02-2009, 15:56
I tried to make from C# some dashboard application to get values from the robot
but when im trying to get the bytes from the cRio(by activating the dashboard demo code)
i secceed to get the team number , but the user data (the printf command)wont work, i just keep getting
some charactars every time , like "r","$","#","5" and so on...:confused:


Can anyone know why?

thephpdev
22-09-2012, 15:00
I'm not sure what your asking, but if you want to have a new dashboard, then you might want to look at SmartDashboard (http://firstforge.wpi.edu/sf/frs/do/viewSummary/projects.smartdashboard/frs).

Mark McLeod
22-09-2012, 15:43
Tell the printf to print everything in the buffer as hexadecimal rather than ASCII, so you can analyze the data directly.