Module implementing a QSerialPort with additional functionality for MicroPython devices.
None |
MicroPythonSerialPort | Class implementing a QSerialPort with additional functionality for MicroPython devices. |
None |
Class implementing a QSerialPort with additional functionality for MicroPython devices.
None |
None |
MicroPythonSerialPort | Constructor |
closeSerialLink | Public method to close the open serial connection. |
hasTimedOut | Public method to check, if the last 'readUntil' has timed out. |
isConnected | Public method to get the connection state. |
openSerialLink | Public method to open a serial link to a given serial port. |
readUntil | Public method to read data until an expected sequence is found (default: \n) or a specific size is exceeded. |
setTimeout | Public method to set the timeout for device operations. |
None |
Constructor
Public method to close the open serial connection.
Public method to check, if the last 'readUntil' has timed out.
Public method to get the connection state.
Public method to open a serial link to a given serial port.
Public method to read data until an expected sequence is found (default: \n) or a specific size is exceeded.
Public method to set the timeout for device operations.