Modem firmware converter

Video, SCSI, modem, CDROM/CDR/CDRW, etc.
Post Reply
ajzchips
El cheapo dude
Posts: 3048
Joined: Sat Mar 23, 2002 12:41 pm
Location: Madrid, Spain

Does anybody know of any utility that can convert modem firmwares (.s37 extension, Motorola hex I believe) to .bin format?
I can't replace a modem firmware because its firmware is corrupt, so the modem flash utility won't work since it doesn't recognize it. I need to use an external EEPROM programmer for it.
ajzchips
El cheapo dude
Posts: 3048
Joined: Sat Mar 23, 2002 12:41 pm
Location: Madrid, Spain

...never mind... stupid me... forgot all about FCONV.EXE that converts 8 formats to .bin.

===============================================================================
File format conversion utility
To convert following file format into binary format.
-------------------------------------------------------------------------------
syntax : FCONV /<format> [/<ch>] sourcefile [<outfile>]
-------------------------------------------------------------------------------
<format>
1: MOS.HEX 2: Intel.Hex 3: Motorola.S 4: Tektronic.Hex
5: HP64000.ABS 7: Intel Ext.Hex 8: PIC PICES HEX 9: PIC INHX16 HEX
<ch>
'ch' are the unuse address contents of output (binary) file ,
Default value will set to 'ffh' if unspecified .
<outfile>
Output binary file name . The default file name will be the same as source
file name with " .BIN " as extended if unspecified.
-------------------------------------------------------------------------------
EXAMPLE : " FCONV /7 /00 c:\test.hex d:\test1.b "
Convert an intel ext. HEX source file , file name " test.hex " in driver C
in to a binary file , file name " test1.b " in driver D ,then fill the data
'00h' into the unused address of " test1.b " file .
===============================================================================
Post Reply