Re: [LHA-misc] Line parsing routine
Status: Beta
Brought to you by:
ncherry
From: Jay H. <jh...@fa...> - 2000-12-01 16:01:46
|
At 10:07 AM 12/1/00 -0500, you wrote: >Jay Hogg wrote: >> Forget the rock! I've got a stack of 40meg HD's that we use as door stops ;) > >I'm glad you guys don't have a stock pile fo the XT's original 10M Disks! ;-) Drives are long gone but I actually ran into a winchester controller card the other day. Some of the younger guys couldn't id it. Also found a Mono/Printer card that had ~40 socketed 16-22pin IC's it dated 1985 > >> Actually, if you want to do downloads the best standard method around >> that we use every day to download code to DSP's, embedded processors, >> etc is Motorola S-Record format. It has the advantages that >> - It is standardized in format >> - Text/HEX printable based for dealing with 7-bit transmission >> - Internal addresses/continuation/etc >> - Internal checksums >> - Standard line lengths (not to exceed 80 chars incl cr/lf) > >Very good points! > >> - It can be decoded/cached in the receiving process and when the >> S7/S9 record format arrives it can be validated and d'lded as >> one piece. > >I'm not familiar with this, any further info on the web somewhere? Which part - S7/S9 or caching? S7/S9 is part of the record format but I've never seen a "standard" doc on although I know they exist. The "caching" is more targeted at the agent. Since it will require "download pgm" -> "Agent" -> "Device" I'd like to see the agent build a complete valid image (disk, shared memory that can be released) and validated it so it can be blasted to the device. This image is, of course, device dependant - for the Ocelot it would be regenerating the binary image - for my PRI cards I would just store the S records and make sure they are all in tact and match the S9... >> - Most compilers can generate it. > >I also have a ton of tools to generate these records (Moto, Intel, >Tek, Inmos and a few others). I've written several in BASIC for my >NEC-PR8001 (like the RS Model 100 portable). I know very few high-end developer with a lot of experience that haven't had to deal with S records and some of the other "lower level" stuff before so I'm not in the least suprised. Jay >-- >Linux Home Automation Neil Cherry nc...@ho... >http://members.home.net/ncherry (Text only) >http://meltingpot.fortunecity.com/lightsey/52 (Graphics) >http://linuxha.sourceforge.net/ (SourceForge) > >S9030000FC >_______________________________________________ >http://lists.sourceforge.net/mailman/listinfo/linuxha-misc >To unsubscribe, send "unsubscribe Linuxha-misc" >in the body of a message to Lin...@li... |