View Single Post
  #7  
Old 09-23-2009, 07:31 AM
krimble krimble is offline
Member
 
Join Date: Nov 2006
Location: Nijmegen
Posts: 63
Hi all,

I think I'm on the right track :-). I changed the variables to the corresponding ascii codes. I'm sending and getting stuff back now. Now I have to check if the stuff I'm getting back is the right stuff :-) if you get what I mean.

start_flag = chr(241)
stop_flag = chr(242)
cmdGetSpeed = chr(165)
cmdSetGear = chr(45)

Thanks so much for your help! If I have more questions I will get back to you guys!
Reply With Quote