USB compatibility
#3
You can identify the SCP board using the FTDI command for querying the ID. I use the .dll provided by FTDI to control SuperCard Pro. You could also use the COM port, but you don't have all of the neat features offered by the .dll then. I will post some info about this.

When you do a multi-rev read, the index to index time and read length (number of bitcells read) is available by calling Command 0xA1 (DoCMD_GETFLUXINFO). If you add the length of the number of bitcells x 2 (because bitcells are a word wide) to the start of the buffer that holds the 2 revolutions of data, you will be at the beginning of the 2nd revolution.

You might want to take a look at Keirf's code. He has already added SCP hardware support into his disk utility. So, the C source is done and tested. You can find info here:

https://www.cbmstuff.com/forum/showthread.php?tid=115
Reply


Messages In This Thread
USB compatibility - by admin - 11-01-2013, 08:18 PM
RE: USB compatibility - by obo - 07-29-2014, 03:57 PM
RE: USB compatibility - by admin - 07-29-2014, 11:03 PM
RE: USB compatibility - by obo - 07-30-2014, 09:26 AM
RE: USB compatibility - by obo - 07-30-2014, 02:32 PM
RE: USB compatibility - by admin - 07-30-2014, 08:35 PM
RE: USB compatibility - by admin - 08-01-2014, 08:31 AM
RE: USB compatibility - by obo - 08-01-2014, 08:27 PM
RE: USB compatibility - by admin - 08-01-2014, 08:33 PM
RE: USB compatibility - by obo - 08-07-2014, 03:40 PM
RE: USB compatibility - by admin - 08-07-2014, 10:59 PM
RE: USB compatibility - by obo - 08-11-2014, 02:26 PM
RE: USB compatibility - by admin - 08-11-2014, 04:10 PM
RE: USB compatibility - by obo - 08-12-2014, 01:02 PM
RE: USB compatibility - by admin - 08-12-2014, 06:43 PM
RE: USB compatibility - by admin - 09-04-2014, 07:24 AM
RE: USB compatibility - by obo - 09-05-2014, 05:27 PM
RE: USB compatibility - by admin - 09-05-2014, 06:58 PM



Users browsing this thread: 2 Guest(s)