Hi, i can send data from the brain to the computer by opening the user’s serial port available once the hub is connected via usb cable.
I do that simply using the print function in python.
However, how do i listen for data in the opposite direction (sent by the computer, listening on the brain). I don’t see any documentation to read data from the serial port in the vex python api.