Dashboard wont work...

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?

I’m not sure what your asking, but if you want to have a new dashboard, then you might want to look at SmartDashboard.

Tell the printf to print everything in the buffer as hexadecimal rather than ASCII, so you can analyze the data directly.