ROM Sigs the same on 9010 and 9100A ?
Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ? Thanks, André André Huijts andre.huijts@upcmail.nl _______________________________________________ Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
different. Andrew Welburn http://www.andys-arcade.com On 24/06/2015 12:45, Andre Huijts wrote:
Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ?
Thanks, André
André Huijts andre.huijts@upcmail.nl
_______________________________________________ Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
_______________________________________________ Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
On 06/24/2015 12:45 PM, Andre Huijts wrote:
Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ?
Thanks, André
André Huijts andre.huijts@upcmail.nl
As I understand it, the 9100 produces 16 bit checksums, the 9010A produces a pseudo-random checksum called a signature. Someone may want to make a conversion program for converting 16 bit checksums into the Fluke signature - that would actually be handy. Or you can use the FIDE program here (a really BIG thanks to James Bright for doing this!) http://tech.quarterarcade.com/tech/Fluke/9010A/FIDE.aspx John :-#)# -- How to subscribe or unsubscribe from TTL http://seven.pairlist.net/mailman/listinfo/techtoolslist _______________________________________________ Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
The fluke sig != fluke 9100 sig :( My site ( http://romident.coinopflorida.com ) does the fluke sig and some other signatures, but I have yet to actually find the information on the Fluke 9100 signature routine, Andy posted code to run on the 9100FT that does CRC32. I can add the needed code to add the additional sigs to the above website if I had the signature routine. William Stillwell Hamster / KI4SWY Stillwell Software Solutions. Free Play Florida Arcade & Pinball Show Organizer -----Original Message----- From: Techtoolslist [mailto:techtoolslist-bounces@flippers.com] On Behalf Of John Robertson Sent: Wednesday, June 24, 2015 4:53 PM To: Technical Tools Mail List Subject: Re: [Techtoolslist] ROM Sigs the same on 9010 and 9100A ? On 06/24/2015 12:45 PM, Andre Huijts wrote:
Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ?
Thanks, André
André Huijts andre.huijts@upcmail.nl
As I understand it, the 9100 produces 16 bit checksums, the 9010A produces a pseudo-random checksum called a signature. Someone may want to make a conversion program for converting 16 bit checksums into the Fluke signature - that would actually be handy. Or you can use the FIDE program here (a really BIG thanks to James Bright for doing this!) http://tech.quarterarcade.com/tech/Fluke/9010A/FIDE.aspx John :-#)# -- How to subscribe or unsubscribe from TTL http://seven.pairlist.net/mailman/listinfo/techtoolslist _______________________________________________ Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
The 9100 produces signatures in exactly the same format as the 9010, they are just calculated differently. Instead of converting one format to the other, cut out the middleman and use my CRC-32 generator code : http://www.andysarcade.net/personal/tech/fluke9100/DSC_2379.JPG Andrew Welburn http://www.andys-arcade.com On 24/06/2015 13:53, John Robertson wrote:
On 06/24/2015 12:45 PM, Andre Huijts wrote:
Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ?
Thanks, André
André Huijts andre.huijts@upcmail.nl
As I understand it, the 9100 produces 16 bit checksums, the 9010A produces a pseudo-random checksum called a signature.
Someone may want to make a conversion program for converting 16 bit checksums into the Fluke signature - that would actually be handy.
Or you can use the FIDE program here (a really BIG thanks to James Bright for doing this!)
http://tech.quarterarcade.com/tech/Fluke/9010A/FIDE.aspx
John :-#)#
Thanks Andy ! Verstuurd vanaf mijn iPad
Op 24 jun. 2015 om 23:44 heeft Andrew Welburn <andy@andysarcade.net> het volgende geschreven:
The 9100 produces signatures in exactly the same format as the 9010, they are just calculated differently.
Instead of converting one format to the other, cut out the middleman and use my CRC-32 generator code :
http://www.andysarcade.net/personal/tech/fluke9100/DSC_2379.JPG
Andrew Welburn http://www.andys-arcade.com
On 24/06/2015 13:53, John Robertson wrote:
On 06/24/2015 12:45 PM, Andre Huijts wrote: Maybe a stupid question but are the “Fluke Sigs” supposed to be the same on the 9010 and 9100A ? Or do they produce different SIGs ?
Thanks, André
André Huijts andre.huijts@upcmail.nl
As I understand it, the 9100 produces 16 bit checksums, the 9010A produces a pseudo-random checksum called a signature.
Someone may want to make a conversion program for converting 16 bit checksums into the Fluke signature - that would actually be handy.
Or you can use the FIDE program here (a really BIG thanks to James Bright for doing this!)
http://tech.quarterarcade.com/tech/Fluke/9010A/FIDE.aspx
John :-#)#
Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
Techtoolslist mailing list Techtoolslist@flippers.com https://pairlist7.pair.net/mailman/listinfo/techtoolslist FTP site is: ftp://ttl.arcadetech.org/TTL/Test_Equipment Archive site: http://seven.pairlist.net/pipermail/techtoolslist/
participants (4)
-
Andre Huijts -
Andrew Welburn -
John Robertson -
William Stillwell