sbonner1 / Senior-Design-I

Senior year team project for Senior Design I. The goal is to build and program a robotic arm to recognize a simple image and attempt to replicate it.
0 stars 3 forks source link

Figure out why we cannot read information sent from the robot. #44

Closed shamor closed 10 years ago

shamor commented 10 years ago

After changing the way we read the robot's response, we are able to receive semi correct information. Now we have to figure out how to read the exact information we want.

shamor commented 10 years ago

We were trying to send too much information at once. If we cut down the amount of data the robot sends, reading becomes easier. Current communication seems to be functioning properly.