Editing MechaCon/UART commands/SPC970
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
See [[MechaCon]] and [[MechaCon/UART commands]] for basic information. | See [[MechaCon]] and [[MechaCon/UART commands]] for basic information. | ||
= Command list = | = Command list = | ||
'''Note: This is subject to ongoing research and partially inaccurate | '''Note: This is subject to ongoing research and partially inaccurate''' | ||
''Not all of these commands are available on every MechaCon version'' | ''Not all of these commands are available on every MechaCon version'' | ||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1px solid #999; border-collapse: collapse;" | ||
|- bgcolor="#cccccc" | |- bgcolor="#cccccc" | ||
! Command !! Description !! Parameters !! Return values !! | ! Command !! Description !! Parameters !! Return values !! Remarks | ||
|- | |- | ||
| 0xc00 || MECHA_CMD_INIT_SHIMUKE || || || | | 0xc00 || MECHA_CMD_INIT_SHIMUKE || || || | ||
Line 72: | Line 71: | ||
| 0xc9a || MECHA_CMD_READ_CHECKSUM || || || | | 0xc9a || MECHA_CMD_READ_CHECKSUM || || || | ||
|- | |- | ||
| 0xc9b || MECHA_CMD_SETUP_OSD || || || 00 = NTSC, 01 = PAL, presumed to be supported by DEX B and later | | 0xc9b || MECHA_CMD_SETUP_OSD || || || 00 = NTSC, 01 = PAL, presumed to be supported by DEX B and later. | ||
|- | |- | ||
| 0xc9e || MECHA_CMD_SETUP_SANYO || || || | | 0xc9e || MECHA_CMD_SETUP_SANYO || || || | ||
Line 82: | Line 81: | ||
| 0xca3 || MECHA_CMD_AUTO_ADJ_ST_12 || || || | | 0xca3 || MECHA_CMD_AUTO_ADJ_ST_12 || || || | ||
|- | |- | ||
| 0xca4 || MECHA_CMD_AUTO_ADJ_ST_2MD || || || Performed during skew adjustment initialization | | 0xca4 || MECHA_CMD_AUTO_ADJ_ST_2MD || || || Performed during skew adjustment initialization. | ||
|- | |- | ||
| 0xca5 || MECHA_CMD_AUTO_ADJ_FIX_GAIN || || || | | 0xca5 || MECHA_CMD_AUTO_ADJ_FIX_GAIN || || || | ||
Line 142: | Line 141: | ||
| 0xcdf || MECHA_CMD_DSP_ERROR_RATE || || || | | 0xcdf || MECHA_CMD_DSP_ERROR_RATE || || || | ||
|- | |- | ||
| 0xce0 || MECHA_CMD_EEPROM_WRITE || aaaadddd || | | 0xce0 || MECHA_CMD_EEPROM_WRITE || aaaadddd || || ce0aaaadddd a = address, d = data. | ||
|- | |- | ||
| 0xce1 || MECHA_CMD_EEPROM_READ || aaaa || | | 0xce1 || MECHA_CMD_EEPROM_READ || aaaa || || ce1aaaa a = address | ||
|- | |- | ||
| 0xce4 || MECHA_CMD_RTC_READ || || || | | 0xce4 || MECHA_CMD_RTC_READ || || || | ||
Line 159: | Line 158: | ||
|- | |- | ||
| 0xcf2 || MECHA_CMD_FOCUS_JUMP_NEW || || || | | 0xcf2 || MECHA_CMD_FOCUS_JUMP_NEW || || || | ||
|- | |||
| 0xcfa || MECHA_CMD_CFA || || || | |||
|- | |- | ||
| 0xcfc || MECHA_CMD_READ_MODEL_2 || || || | | 0xcfc || MECHA_CMD_READ_MODEL_2 || || || | ||
|- | |- | ||
| 0xcfd || MECHA_CMD_READ_MODEL || || | | 0xcfd || MECHA_CMD_READ_MODEL || || || | ||
|- | |- | ||
| 0xcfe || MECHA_CMD_EEPROM_ERASE || || || | | 0xcfe || MECHA_CMD_EEPROM_ERASE || || || | ||
Line 168: | Line 169: | ||
|} | |} | ||
= Command documentation = | = Command documentation = | ||
''To do: document more complex commands here'' | ''To do: document more complex commands here'' | ||