Subject:
|
Re: Downloading Firmware to RCX
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Sat, 2 Jan 1999 11:15:16 GMT
|
Viewed:
|
1490 times
|
| |
| |
> Step 4: Send a start firmware download message
>
> In hex, the data in the message should be:
>
> 75 00 80 cc dd 00
>
> cc is the most significant byte of the image checksum
> dd is the least significant byte of the image checksum
Ooops. Switch most and least, above.
> Step 5: Send the image data using transfer data messages
>
> For each chunk, send a message with the following data (in hex):
>
> xx aa bb cc dd databytes ee
>
> xx is the message opcode
> aa is the most significant byte of the index of this chunk
> bb is the least significant byte of the index of this chunk
> cc is the most significant byte of the size of this chunk
> dd is the least significant byte of the size of this chunk
And again, twice.
-Kekoa
|
|
Message is in Reply To:
| | Re: Downloading Firmware to RCX
|
| (...) Does QBasic let you use spirit.ocx? If so, that is by far the easiest way to write code to download the firmware. If not, here is an explantion of the download process: I assume you know the basic packet protocol. If not, it was described by (...) (26 years ago, 2-Jan-99, to lugnet.robotics)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|