Difference between revisions of "Firmware-73 Command-031"

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==SEND TABLE (31, 1Fh)== The SEND TABLE command retrieves a lookup table with 1024 values that’s stored in non-volatile memory. The command can be used in both host and sta...")
 
 
Line 1: Line 1:
==SEND TABLE (31, 1Fh)==
+
==DUMP TABLE (31, 1Fh)==
  
The SEND TABLE command retrieves a lookup table with 1024 values that’s stored in non-volatile memory. The command can be used in both host and stand-alone modes of operation. Upon completion of the SEND TABLE command the USB-microDig sends out the same message as the TABLE ENTRY command, for each of the 1024 entries. This command is not available for digitizers with hardware v7.0 or lower.
+
The DUMP TABLE command retrieves a lookup table with 1024 values that’s stored in non-volatile memory. The command can be used in both host and stand-alone modes of operation. Upon completion of the DUMP TABLE command the USB-microDig sends out the same message as the TABLE ENTRY command, for each of the 1024 entries. This command is not available for digitizers with hardware v7.0 or lower.
  
The [BODY] of the SEND TABLE command contains a single 7-bit byte:
+
The [BODY] of the DUMP TABLE command contains a single 7-bit byte:
  
 
{|
 
{|
Line 14: Line 14:
 
To download table 4 from a USB-microDig, send the following message:
 
To download table 4 from a USB-microDig, send the following message:
  
240, 125, 0 {DEV}, 31 {SEND TABLE}, 4 {table number}, 247 (F0h, 7Dh, 00h, 1Fh, 04h, F7h)
+
240, 125, 0 {DEV}, 31 {DUMP TABLE}, 4 {table number}, 247 (F0h, 7Dh, 00h, 1Fh, 04h, F7h)

Latest revision as of 03:31, 20 November 2016

DUMP TABLE (31, 1Fh)

The DUMP TABLE command retrieves a lookup table with 1024 values that’s stored in non-volatile memory. The command can be used in both host and stand-alone modes of operation. Upon completion of the DUMP TABLE command the USB-microDig sends out the same message as the TABLE ENTRY command, for each of the 1024 entries. This command is not available for digitizers with hardware v7.0 or lower.

The [BODY] of the DUMP TABLE command contains a single 7-bit byte:

000nnnnn: nnnnn = [0..31]; table number

Example:

To download table 4 from a USB-microDig, send the following message:

240, 125, 0 {DEV}, 31 {DUMP TABLE}, 4 {table number}, 247 (F0h, 7Dh, 00h, 1Fh, 04h, F7h)