pylabrobot.generic.SerialBarcodeScanner.__init__#
- SerialBarcodeScanner.__init__(port: str | None = None, vid: int | None = None, pid: int | None = None, baudrate: int = 9600, bytesize: int = 8, parity: str = 'N', stopbits: int = 1, write_timeout: float = 1, read_timeout: float = 1, rtscts: bool = False, dsrdtr: bool = False, xonxoff: bool = False, encoding: str = 'utf-8', terminators: Sequence[bytes] = (b'\r', b'\n'), max_line_length: int = 4096, trigger_command: bytes | None = None, untrigger_command: bytes | None = None) None#
- Parameters:
- Return type:
None