get_c9_addr

Description

Returns C9 address (e.g., ord('A')) from the controller as the integer value of the character in ASCII. This method tests EEPROM. Therefore, users must know correct address to send the packet to in the first place.

Signature

get_c9_addr(self) -> int

Returns

int

The integer value of the controller ASCII address in the range [1, 255]. For example, 'A' = 65.