I would like to set a value in MicroBasic (e.g. an initialization flag) and read this by serial communications from a supervisory control system. How could this be done?
The recommended approach is through the use of User Variables. User Variables can be set through Microbasic, and are availbale for runtime querying over serial, as well as through various CAN protocols. Please reference page 235 of our
User Manual
.