bullseyestudio / guns-game

Guns, the tank game
http://wiki.narc.ro/a/Guns
4 stars 0 forks source link

edicomm sending incorrect data #7

Closed EzTargetUK closed 12 years ago

EzTargetUK commented 12 years ago

When given a list of numbers, e.g.

vel = [0,0]

and asked to do

edicomm.encode('USV', vel)

instead of sending the following

USV 0,0

the edicomm code seems to be sending

USV 0\,\ 0