X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/71d30f8a5889932be3138979f316c2dd0b57b2cb..37fda9d4c4d48658a5f3133c7b0bbc88a9098c19:/src/busio.py diff --git a/src/busio.py b/src/busio.py index 1e5cd0e..81b20c2 100755 --- a/src/busio.py +++ b/src/busio.py @@ -150,7 +150,7 @@ class UART(Lockable): receiver_buffer_size=64, flow=None): if detector.board.any_embedded_linux: - raise RuntimeError('busio.UART not supported on this platform.') + raise RuntimeError('busio.UART not supported on this platform. Please use pyserial instead.') else: from machine import UART as _UART from microcontroller.pin import uartPorts