UmberHubManager/api/examples/python/mtm_io_serial_uart
Bob McMahon 2650ca4b5e first commit 2026-03-07 15:59:12 -08:00
..
README.md first commit 2026-03-07 15:59:12 -08:00
mtm_io_serial_uart.py first commit 2026-03-07 15:59:12 -08:00
requirements.txt first commit 2026-03-07 15:59:12 -08:00

README.md

mtm_io_serial_uart.py

General Overview:

This example is a basic demonstration of the MTMIOSerial's communication capabilities. In this example a line of communication is open between the user's computer and the MTMIOSerial. This line of communication is a loopback such that the MTMIOSerial receives bytes from the computer and then immediately sends them back to the computer. At the end of this example a read out of the number of bytes sent from the computer and a read out of the data read in by the computer is presented to the user.

How to Run:

To run this example follow the instructions enumerated in the BrainStem python documentation.