bpod_core.com

Module providing extended serial communication functionality.

Module Attributes

ByteLike

A recursive type alias representing any data that can be converted to bytes for serial communication.

Functions

to_bytes

Convert data to a bytes object.

Classes

ChunkedSerialReader

A protocol for reading chunked data from a serial port.

ExtendedSerial

Enhances serial.Serial with additional functionality.