The Client/IDE must first TCP-Listen to a randomly selected port and send it to the monitor tool as part of the OPEN command. The OPEN command opens a communication with the board, the data exchanged with the board will be transferred to the Client/IDE via TCP/IP. The currently selected parameters may be obtained using the DESCRIBE command. 'message ': 'invalid value for parameter baudrate: 123456 ' The parameters can be changed one at a time and the syntax is: The CONFIGURE command sets configuration parameters for the communication port. The client/IDE may expose these configuration values to the user via a config file or a GUI, in this case the label field may be used for a user readable description of the parameter.
The enum types must have a list of possible values. The parameter name can not contain spaces, and the allowed characters in the name are alphanumerics, underscore _, dot. 'values ': ,Įach parameter has a unique name ( baudrate, parity, etc.), a type (in this case only enum but more types will be added in the future), and the selected value for each parameter.