by billyzelsnack » Sun Jan 21, 2007 12:04 am
by billyzelsnack
Sun Jan 21, 2007 12:04 am
For a little bit I thought that my serial code was broke as I was not getting what I expected from the sniff I did last week..
http://robosavvy.com/modules.php?name=F ... 9&start=21
I was expecting to receive 02 02 02 back from my *** send, but I was getting 0's.
I figured out what was going on. In response to a *** send you wil receive back the current mode of the CM5.
00 00 00 = manage
01 01 01 = program
02 02 02 = play
After I realized that I was able to send the sequence of 50 #'s. If you keep sending them and you send them fast enough you will finally enter int bootloader.
Woo.. Great. Now I can make send my programs an not require the user to hit reset.
Nope.
I put one of my programs on the CM5 and I could not get it to go to the
bootloader. I also don't get back a response to the *** sequence. That's not so bad and kinda expected, but I really want to be able to enter the bootloader without hitting reset.
For a little bit I thought that my serial code was broke as I was not getting what I expected from the sniff I did last week..
http://robosavvy.com/modules.php?name=F ... 9&start=21
I was expecting to receive 02 02 02 back from my *** send, but I was getting 0's.
I figured out what was going on. In response to a *** send you wil receive back the current mode of the CM5.
00 00 00 = manage
01 01 01 = program
02 02 02 = play
After I realized that I was able to send the sequence of 50 #'s. If you keep sending them and you send them fast enough you will finally enter int bootloader.
Woo.. Great. Now I can make send my programs an not require the user to hit reset.
Nope.
I put one of my programs on the CM5 and I could not get it to go to the
bootloader. I also don't get back a response to the *** sequence. That's not so bad and kinda expected, but I really want to be able to enter the bootloader without hitting reset.