We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9080c47 commit dc7397eCopy full SHA for dc7397e
can/interfaces/robotell.py
@@ -56,10 +56,10 @@ def __init__(
56
):
57
"""
58
:param str channel:
59
- port of underlying serial or usb device (e.g. /dev/ttyUSB0, COM8, ...)
60
- Must not be empty.
+ port of underlying serial or usb device (e.g. ``/dev/ttyUSB0``, ``COM8``, ...)
+ Must not be empty. Can also end with ``@115200`` (or similarly) to specify the baudrate.
61
:param int ttyBaudrate:
62
- baudrate of underlying serial or usb device
+ baudrate of underlying serial or usb device (Ignored if set via the ``channel`` parameter)
63
:param int bitrate:
64
CAN Bitrate in bit/s. Value is stored in the adapter and will be used as default if no bitrate is specified
65
:param bool rtscts:
0 commit comments