SBAU420 March 2023
If desired, you can directly communicate with the TI-SCB without the use of the GUI through the USB serial (COM) port. Simply send the desired command string over the serial port and receive the results. This is useful for interfacing the EVM with custom setups, scripts, and GUIs. To read and write registers, use the following format:
{"acknowledge":"rreg 0x0A"}
{"register":{"address":10,:"value":65488}}
{"evm_state":"idle"}
{"acknowledge":"wreg 0x01 0x01C0"}
{"console":"Writing 0x1c0 to SENSOR_CONFIG register"}
{"evm_state":"idle"}