EV3 UART Device

../_images/iodevice-rj12green.png
class LUMPDevice(port)

Devices using the LEGO UART Messaging Protocol.

See the equivalent PUPDevice() for a description of available methods.

On EV3, this class provides access to UART devices only. You can use other classes to interact with passive devices.

Parameters:

port (Port) – Port to which the device is connected.