Skip to content

pyserial 3.5

Download JSON

  • PyPI https://pypi.org/project/pyserial/
    Repository https://github.com/pyserial/pyserial

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 1
        "Any" : 0
        "Untyped" : 861
    • 0.1% coverage
    • 0.1% coverage (strict)
    • 862 typable
      • 1 typed
      • 861 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 86
        "classes" : 601
        "other" : 55
    • 36 functions (+0 overloads)
      • 50 parameters
    • 64 classes
      • 305 methods (+0 overloads)
        • 218 parameters
      • 59 properties
    • 24 modules
      • 55 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
serial 0.0% 0.0% 4 0
serial.rfc2217 0.0% 0.0% 124 0
serial.rs485 0.0% 0.0% 18 0
serial.serialcli 5.0% 5.0% 20 0
serial.serialjava 0.0% 0.0% 26 0
serial.serialposix 0.0% 0.0% 72 0
serial.serialutil 0.0% 0.0% 126 0
serial.serialwin32 0.0% 0.0% 35 0
serial.threaded 0.0% 0.0% 41 0
serial.tools.hexlify_codec 0.0% 0.0% 27 0
serial.tools.list_ports 0.0% 0.0% 4 0
serial.tools.list_ports_common 0.0% 0.0% 29 0
serial.tools.list_ports_linux 0.0% 0.0% 19 0
serial.tools.list_ports_osx 0.0% 0.0% 27 0
serial.tools.list_ports_posix 0.0% 0.0% 3 0
serial.tools.list_ports_windows 0.0% 0.0% 21 0
serial.tools.miniterm 0.0% 0.0% 112 0
serial.urlhandler.protocol_alt 0.0% 0.0% 3 0
serial.urlhandler.protocol_cp2110 0.0% 0.0% 17 0
serial.urlhandler.protocol_hwgrep 0.0% 0.0% 5 0
serial.urlhandler.protocol_loop 0.0% 0.0% 29 0
serial.urlhandler.protocol_socket 0.0% 0.0% 23 0
serial.urlhandler.protocol_spy 0.0% 0.0% 71 0
serial.win32 0.0% 0.0% 6 0

Incomplete Annotations

serial (4 missing, 0 any)

Symbol Typable Typed Any
func serial_for_url 4 0 0

serial.rfc2217 (124 missing, 0 any)

Symbol Typable Typed Any
attr RFC2217_REVERSE_STOPBIT_MAP 1 0 0
attr RFC2217_REVERSE_PARITY_MAP 1 0 0
meth TelnetSubnegotiation.init 5 0 0
meth TelnetSubnegotiation.repr 1 0 0
meth TelnetSubnegotiation.set 2 0 0
meth TelnetSubnegotiation.is_ready 1 0 0
meth TelnetSubnegotiation.wait 2 0 0
meth TelnetSubnegotiation.check_answer 2 0 0
attr TelnetSubnegotiation.connection 1 0 0
attr TelnetSubnegotiation.name 1 0 0
attr TelnetSubnegotiation.option 1 0 0
attr TelnetSubnegotiation.value 1 0 0
attr TelnetSubnegotiation.ack_option 1 0 0
attr TelnetSubnegotiation.state 1 0 0
attr TelnetSubnegotiation.active 1 0 0
attr s 1 0 0
meth PortManager.init 4 0 0
meth PortManager._client_ok 1 0 0
meth PortManager.telnet_send_option 3 0 0
meth PortManager.rfc2217_send_subnegotiation 3 0 0
meth PortManager.check_modem_lines 2 0 0
meth PortManager.escape 2 0 0
meth PortManager.filter 2 0 0
meth PortManager._telnet_process_command 2 0 0
meth PortManager._telnet_negotiate_option 3 0 0
meth PortManager._telnet_process_subnegotiation 2 0 0
attr PortManager.serial 1 0 0
attr PortManager.connection 1 0 0
attr PortManager.logger 1 0 0
attr PortManager.mode 1 0 0
attr PortManager.suboption 1 0 0
attr PortManager.telnet_command 1 0 0
attr PortManager.modemstate_mask 1 0 0
attr PortManager.last_modemstate 1 0 0
attr PortManager.linstate_mask 1 0 0
meth TelnetOption.init 10 0 0
meth TelnetOption.repr 1 0 0
meth TelnetOption.process_incoming 2 0 0
attr TelnetOption.connection 1 0 0
attr TelnetOption.name 1 0 0
attr TelnetOption.option 1 0 0
attr TelnetOption.send_yes 1 0 0
attr TelnetOption.send_no 1 0 0
attr TelnetOption.ack_yes 1 0 0
attr TelnetOption.ack_no 1 0 0
attr TelnetOption.state 1 0 0
attr TelnetOption.active 1 0 0
attr TelnetOption.activation_callback 1 0 0
meth Serial.init 3 0 0
meth Serial.open 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial.close 1 0 0
meth Serial.from_url 2 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
meth Serial._telnet_read_loop 1 0 0
meth Serial._telnet_process_command 2 0 0
meth Serial._telnet_negotiate_option 3 0 0
meth Serial._telnet_process_subnegotiation 2 0 0
meth Serial._internal_raw_write 2 0 0
meth Serial.telnet_send_option 3 0 0
meth Serial.rfc2217_send_subnegotiation 3 0 0
meth Serial.rfc2217_send_purge 2 0 0
meth Serial.rfc2217_set_control 2 0 0
meth Serial.rfc2217_flow_server_ready 1 0 0
meth Serial.get_modem_state 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
attr Serial.logger 1 0 0

serial.rs485 (18 missing, 0 any)

Symbol Typable Typed Any
meth RS485.init 3 0 0
meth RS485.write 2 0 0
prop RS485.rs485_mode 2 0 0
meth RS485Settings.init 6 0 0
attr RS485Settings.rts_level_for_tx 1 0 0
attr RS485Settings.rts_level_for_rx 1 0 0
attr RS485Settings.loopback 1 0 0
attr RS485Settings.delay_before_tx 1 0 0
attr RS485Settings.delay_before_rx 1 0 0

serial.serialcli (19 missing, 0 any)

Symbol Typable Typed Any
func as_byte_array 2 0 0
meth Serial.open 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial.close 1 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0

serial.serialjava (26 missing, 0 any)

Symbol Typable Typed Any
func device 2 0 0
attr comm 1 0 0
meth Serial.open 1 0 0
meth Serial._reconfigurePort 1 0 0
meth Serial.close 1 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial.send_break 2 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
func detect_java_comm 2 0 0
func my_import 2 0 0

serial.serialposix (72 missing, 0 any)

Symbol Typable Typed Any
meth PlatformSpecificBase._set_special_baudrate 2 0 0
meth PlatformSpecificBase._set_rs485_mode 2 0 0
meth PlatformSpecificBase.set_low_latency_mode 2 0 0
meth PlatformSpecificBase._update_break_state 1 0 0
attr TIOCM_CD 1 0 0
attr TIOCMBIS 1 0 0
attr TIOCM_DTR_str 1 0 0
attr TIOCCBRK 1 0 0
attr TIOCM_RTS_str 1 0 0
attr TIOCM_CAR 1 0 0
attr TIOCMGET 1 0 0
attr TIOCOUTQ 1 0 0
attr TIOCM_zero_str 1 0 0
attr plat 1 0 0
attr TIOCMSET 1 0 0
attr TIOCM_CTS 1 0 0
attr TIOCM_RI 1 0 0
attr TIOCM_RTS 1 0 0
meth VTIMESerial._reconfigure_port 2 0 0
meth VTIMESerial.read 2 0 0
attr VTIMESerial.cancel_read 1 0 0
meth ReturnBaudrate.getitem 2 0 0
meth PlatformSpecific.set_low_latency_mode 2 0 0
meth PlatformSpecific._set_special_baudrate 2 0 0
meth PlatformSpecific._set_rs485_mode 2 0 0
attr TIOCM_DTR 1 0 0
attr TIOCMBIC 1 0 0
attr TIOCSBRK 1 0 0
meth Serial.open 1 0 0
meth Serial._reconfigure_port 2 0 0
meth Serial.close 1 0 0
meth Serial.read 2 0 0
meth Serial.cancel_read 1 0 0
meth Serial.cancel_write 1 0 0
meth Serial.write 2 0 0
meth Serial.flush 1 0 0
meth Serial._reset_input_buffer 1 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial.send_break 2 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
meth Serial.fileno 1 0 0
meth Serial.set_input_flow_control 2 0 0
meth Serial.set_output_flow_control 2 0 0
meth Serial.nonblocking 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
prop Serial.out_waiting 1 0 0
attr TIOCM_RNG 1 0 0
attr TIOCM_DSR 1 0 0
meth PosixPollSerial.read 2 0 0
attr TIOCINQ 1 0 0

serial.serialutil (126 missing, 0 any)

Symbol Typable Typed Any
func iterbytes 2 0 0
func to_bytes 2 0 0
attr LF 1 0 0
attr s 1 0 0
attr XON 1 0 0
attr CR 1 0 0
attr XOFF 1 0 0
meth SerialBase.init 14 0 0
meth SerialBase.get_settings 1 0 0
meth SerialBase.apply_settings 2 0 0
meth SerialBase.repr 1 0 0
meth SerialBase.readable 1 0 0
meth SerialBase.writable 1 0 0
meth SerialBase.seekable 1 0 0
meth SerialBase.readinto 2 0 0
meth SerialBase.enter 1 0 0
meth SerialBase.exit 3 0 0
meth SerialBase.send_break 2 0 0
meth SerialBase.flushInput 1 0 0
meth SerialBase.flushOutput 1 0 0
meth SerialBase.inWaiting 1 0 0
meth SerialBase.sendBreak 2 0 0
meth SerialBase.setRTS 2 0 0
meth SerialBase.setDTR 2 0 0
meth SerialBase.getCTS 1 0 0
meth SerialBase.getDSR 1 0 0
meth SerialBase.getRI 1 0 0
meth SerialBase.getCD 1 0 0
meth SerialBase.setPort 2 0 0
meth SerialBase.getSettingsDict 1 0 0
meth SerialBase.applySettingsDict 2 0 0
meth SerialBase.isOpen 1 0 0
meth SerialBase.read_all 1 0 0
meth SerialBase.read_until 3 0 0
meth SerialBase.iread_until 3 0 0
prop SerialBase.port 2 0 0
prop SerialBase.baudrate 2 0 0
prop SerialBase.bytesize 2 0 0
prop SerialBase.exclusive 2 0 0
prop SerialBase.parity 2 0 0
prop SerialBase.stopbits 2 0 0
prop SerialBase.timeout 2 0 0
prop SerialBase.write_timeout 2 0 0
prop SerialBase.inter_byte_timeout 2 0 0
prop SerialBase.xonxoff 2 0 0
prop SerialBase.rtscts 2 0 0
prop SerialBase.dsrdtr 2 0 0
prop SerialBase.rts 2 0 0
prop SerialBase.dtr 2 0 0
prop SerialBase.break_condition 2 0 0
prop SerialBase.rs485_mode 2 0 0
prop SerialBase.writeTimeout 2 0 0
prop SerialBase.interCharTimeout 2 0 0
attr SerialBase.is_open 1 0 0
attr SerialBase.portstr 1 0 0
attr SerialBase.name 1 0 0
attr SerialBase.port 1 0 0
attr SerialBase.baudrate 1 0 0
attr SerialBase.bytesize 1 0 0
attr SerialBase.parity 1 0 0
attr SerialBase.stopbits 1 0 0
attr SerialBase.timeout 1 0 0
attr SerialBase.write_timeout 1 0 0
attr SerialBase.xonxoff 1 0 0
attr SerialBase.rtscts 1 0 0
attr SerialBase.dsrdtr 1 0 0
attr SerialBase.inter_byte_timeout 1 0 0
attr SerialBase.exclusive 1 0 0
meth Timeout.init 2 0 0
meth Timeout.expired 1 0 0
meth Timeout.time_left 1 0 0
meth Timeout.restart 2 0 0
attr Timeout.is_infinite 1 0 0
attr Timeout.is_non_blocking 1 0 0
attr Timeout.duration 1 0 0
attr Timeout.target_time 1 0 0
meth PortNotOpenError.init 1 0 0

serial.serialwin32 (35 missing, 0 any)

Symbol Typable Typed Any
meth Serial.init 3 0 0
meth Serial.open 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial._close 1 0 0
meth Serial.close 1 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial.flush 1 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
meth Serial._GetCommModemStatus 1 0 0
meth Serial.set_buffer_size 3 0 0
meth Serial.set_output_flow_control 2 0 0
meth Serial._cancel_overlapped_io 2 0 0
meth Serial.cancel_read 1 0 0
meth Serial.cancel_write 1 0 0
meth Serial.exclusive 2 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
prop Serial.out_waiting 1 0 0

serial.threaded (41 missing, 0 any)

Symbol Typable Typed Any
meth Protocol.connection_made 2 0 0
meth Protocol.data_received 2 0 0
meth Protocol.connection_lost 2 0 0
attr ser 1 0 0
meth PrintLines.connection_made 2 0 0
meth PrintLines.handle_line 2 0 0
meth PrintLines.connection_lost 2 0 0
attr transport 1 0 0
meth ReaderThread.init 3 0 0
meth ReaderThread.stop 1 0 0
meth ReaderThread.run 1 0 0
meth ReaderThread.write 2 0 0
meth ReaderThread.close 1 0 0
meth ReaderThread.connect 1 0 0
meth ReaderThread.enter 1 0 0
meth ReaderThread.exit 4 0 0
attr ReaderThread.daemon 1 0 0
attr ReaderThread.serial 1 0 0
attr ReaderThread.protocol_factory 1 0 0
attr ReaderThread.alive 1 0 0
attr ReaderThread.protocol 1 0 0
attr protocol 1 0 0
meth LineReader.handle_packet 2 0 0
meth LineReader.handle_line 2 0 0
meth LineReader.write_line 2 0 0
attr t 1 0 0

serial.tools.hexlify_codec (27 missing, 0 any)

Symbol Typable Typed Any
func hex_encode 3 0 0
meth IncrementalEncoder.init 2 0 0
meth IncrementalEncoder.reset 1 0 0
meth IncrementalEncoder.getstate 1 0 0
meth IncrementalEncoder.setstate 2 0 0
meth IncrementalEncoder.encode 3 0 0
attr IncrementalEncoder.errors 1 0 0
attr IncrementalEncoder.state 1 0 0
meth IncrementalDecoder.decode 3 0 0
func hex_decode 3 0 0
meth Codec.encode 3 0 0
meth Codec.decode 3 0 0
func getregentry 1 0 0

serial.tools.list_ports (4 missing, 0 any)

Symbol Typable Typed Any
func grep 3 0 0
func main 1 0 0

serial.tools.list_ports_common (29 missing, 0 any)

Symbol Typable Typed Any
func numsplit 2 0 0
meth ListPortInfo.init 3 0 0
meth ListPortInfo.usb_description 1 0 0
meth ListPortInfo.usb_info 1 0 0
meth ListPortInfo.apply_usb_info 1 0 0
meth ListPortInfo.eq 2 0 0
meth ListPortInfo.hash 1 0 0
meth ListPortInfo.lt 2 0 0
meth ListPortInfo.str 1 0 0
meth ListPortInfo.getitem 2 0 0
attr ListPortInfo.device 1 0 0
attr ListPortInfo.name 1 0 0
attr ListPortInfo.description 1 0 0
attr ListPortInfo.hwid 1 0 0
attr ListPortInfo.vid 1 0 0
attr ListPortInfo.pid 1 0 0
attr ListPortInfo.serial_number 1 0 0
attr ListPortInfo.location 1 0 0
attr ListPortInfo.manufacturer 1 0 0
attr ListPortInfo.product 1 0 0
attr ListPortInfo.interface 1 0 0
func list_links 2 0 0

serial.tools.list_ports_linux (19 missing, 0 any)

Symbol Typable Typed Any
meth SysFS.init 2 0 0
meth SysFS.read_line 2 0 0
attr SysFS.usb_device_path 1 0 0
attr SysFS.device_path 1 0 0
attr SysFS.subsystem 1 0 0
attr SysFS.usb_interface_path 1 0 0
attr SysFS.vid 1 0 0
attr SysFS.pid 1 0 0
attr SysFS.serial_number 1 0 0
attr SysFS.manufacturer 1 0 0
attr SysFS.product 1 0 0
attr SysFS.interface 1 0 0
attr SysFS.description 1 0 0
attr SysFS.hwid 1 0 0
attr SysFS.location 1 0 0
func comports 2 0 0

serial.tools.list_ports_osx (27 missing, 0 any)

Symbol Typable Typed Any
func GetIOServicesByType 2 0 0
func IOObjectGetClass 2 0 0
func IORegistryEntryGetName 2 0 0
func get_string_property 3 0 0
func GetParentDeviceByType 3 0 0
func scan_interfaces 1 0 0
func comports 2 0 0
attr kCFAllocatorDefault 1 0 0
attr cf 1 0 0
func search_for_locationID_in_interfaces 3 0 0
func location_to_string 2 0 0
func get_int_property 4 0 0
attr iokit 1 0 0

serial.tools.list_ports_posix (3 missing, 0 any)

Symbol Typable Typed Any
func comports 2 0 0
attr plat 1 0 0

serial.tools.list_ports_windows (21 missing, 0 any)

Symbol Typable Typed Any
func iterate_comports 1 0 0
func ValidHandle 4 0 0
attr cfgmgr32 1 0 0
attr setupapi 1 0 0
func comports 2 0 0
meth SP_DEVINFO_DATA.str 1 0 0
attr PSP_DEVINFO_DATA 1 0 0
attr LPDWORD 1 0 0
meth GUID.str 1 0 0
attr advapi32 1 0 0
attr PDWORD 1 0 0
func get_parent_serial_number 6 0 0

serial.tools.miniterm (112 missing, 0 any)

Symbol Typable Typed Any
meth NoTerminal.rx 2 0 0
meth NoTerminal.echo 2 0 0
attr NoTerminal.REPLACEMENT_MAP 1 0 0
meth ConsoleBase.init 1 0 0
meth ConsoleBase.setup 1 0 0
meth ConsoleBase.cleanup 1 0 0
meth ConsoleBase.getkey 1 0 0
meth ConsoleBase.write_bytes 2 0 0
meth ConsoleBase.write 2 0 0
meth ConsoleBase.cancel 1 0 0
meth ConsoleBase.enter 1 0 0
meth ConsoleBase.exit 3 0 0
attr ConsoleBase.output 1 0 0
attr ConsoleBase.byte_output 1 0 0
meth DebugIO.rx 2 0 0
meth DebugIO.tx 2 0 0
meth CR.rx 2 0 0
meth CR.tx 2 0 0
meth Miniterm.init 5 0 0
meth Miniterm._start_reader 1 0 0
meth Miniterm._stop_reader 1 0 0
meth Miniterm.start 1 0 0
meth Miniterm.stop 1 0 0
meth Miniterm.join 2 0 0
meth Miniterm.close 1 0 0
meth Miniterm.update_transformations 1 0 0
meth Miniterm.set_rx_encoding 3 0 0
meth Miniterm.set_tx_encoding 3 0 0
meth Miniterm.dump_port_settings 1 0 0
meth Miniterm.reader 1 0 0
meth Miniterm.writer 1 0 0
meth Miniterm.handle_menu_key 2 0 0
meth Miniterm.upload_file 1 0 0
meth Miniterm.change_filter 1 0 0
meth Miniterm.change_encoding 1 0 0
meth Miniterm.change_baudrate 1 0 0
meth Miniterm.change_port 1 0 0
meth Miniterm.suspend_port 1 0 0
meth Miniterm.get_help_text 1 0 0
attr Miniterm.console 1 0 0
attr Miniterm.serial 1 0 0
attr Miniterm.echo 1 0 0
attr Miniterm.raw 1 0 0
attr Miniterm.input_encoding 1 0 0
attr Miniterm.output_encoding 1 0 0
attr Miniterm.eol 1 0 0
attr Miniterm.filters 1 0 0
attr Miniterm.exit_character 1 0 0
attr Miniterm.menu_character 1 0 0
attr Miniterm.alive 1 0 0
attr Miniterm.receiver_thread 1 0 0
attr Miniterm.rx_decoder 1 0 0
attr Miniterm.tx_decoder 1 0 0
func ask_for_port 1 0 0
func key_description 2 0 0
meth Printable.rx 2 0 0
meth Printable.echo 2 0 0
attr NoControls.REPLACEMENT_MAP 1 0 0
func main 5 0 0
meth Colorize.init 1 0 0
meth Colorize.rx 2 0 0
meth Colorize.echo 2 0 0
attr Colorize.input_color 1 0 0
attr Colorize.echo_color 1 0 0
meth Out.init 2 0 0
meth Out.flush 1 0 0
meth Out.write 2 0 0
attr Out.fd 1 0 0
meth CRLF.tx 2 0 0
meth Console.init 1 0 0
meth Console.del 1 0 0
meth Console.getkey 1 0 0
meth Console.cancel 1 0 0
attr Console.output 1 0 0
meth Transform.rx 2 0 0
meth Transform.tx 2 0 0
meth Transform.echo 2 0 0

serial.urlhandler.protocol_alt (3 missing, 0 any)

Symbol Typable Typed Any
attr s 1 0 0
func serial_class_for_url 2 0 0

serial.urlhandler.protocol_cp2110 (17 missing, 0 any)

Symbol Typable Typed Any
meth Serial.init 3 0 0
meth Serial.open 1 0 0
meth Serial.from_url 2 0 0
meth Serial.close 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial._update_break_state 1 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial._hid_read_loop 1 0 0
prop Serial.in_waiting 1 0 0

serial.urlhandler.protocol_hwgrep (5 missing, 0 any)

Symbol Typable Typed Any
attr s 1 0 0
meth Serial.port 2 0 0
meth Serial.from_url 2 0 0

serial.urlhandler.protocol_loop (29 missing, 0 any)

Symbol Typable Typed Any
attr s 1 0 0
meth Serial.init 3 0 0
meth Serial.open 1 0 0
meth Serial.close 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial.from_url 2 0 0
meth Serial.read 2 0 0
meth Serial.cancel_read 1 0 0
meth Serial.cancel_write 1 0 0
meth Serial.write 2 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.out_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
attr Serial.buffer_size 1 0 0
attr Serial.queue 1 0 0
attr Serial.logger 1 0 0

serial.urlhandler.protocol_socket (23 missing, 0 any)

Symbol Typable Typed Any
meth Serial.open 1 0 0
meth Serial._reconfigure_port 1 0 0
meth Serial.close 1 0 0
meth Serial.from_url 2 0 0
meth Serial.read 2 0 0
meth Serial.write 2 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial.send_break 2 0 0
meth Serial._update_break_state 1 0 0
meth Serial._update_rts_state 1 0 0
meth Serial._update_dtr_state 1 0 0
meth Serial.fileno 1 0 0
prop Serial.in_waiting 1 0 0
prop Serial.cts 1 0 0
prop Serial.dsr 1 0 0
prop Serial.ri 1 0 0
prop Serial.cd 1 0 0
attr s 1 0 0

serial.urlhandler.protocol_spy (71 missing, 0 any)

Symbol Typable Typed Any
meth FormatRaw.init 3 0 0
meth FormatRaw.rx 2 0 0
meth FormatRaw.tx 2 0 0
meth FormatRaw.control 3 0 0
attr FormatRaw.output 1 0 0
attr FormatRaw.color 1 0 0
attr FormatRaw.rx_color 1 0 0
attr FormatRaw.tx_color 1 0 0
attr ser 1 0 0
func sixteen 2 0 0
func hexdump 2 0 0
meth Serial.init 3 0 0
meth Serial.port 2 0 0
meth Serial.from_url 2 0 0
meth Serial.write 2 0 0
meth Serial.read 2 0 0
meth Serial.cancel_read 1 0 0
meth Serial.cancel_write 1 0 0
meth Serial.flush 1 0 0
meth Serial.reset_input_buffer 1 0 0
meth Serial.reset_output_buffer 1 0 0
meth Serial.send_break 2 0 0
meth Serial.break_condition 2 0 0
meth Serial.rts 2 0 0
meth Serial.dtr 2 0 0
meth Serial.cts 1 0 0
meth Serial.dsr 1 0 0
meth Serial.ri 1 0 0
meth Serial.cd 1 0 0
prop Serial.in_waiting 1 0 0
attr Serial.formatter 1 0 0
attr Serial.show_all 1 0 0
meth FormatHexdump.init 3 0 0
meth FormatHexdump.write_line 5 0 0
meth FormatHexdump.rx 2 0 0
meth FormatHexdump.tx 2 0 0
meth FormatHexdump.control 3 0 0
attr FormatHexdump.start_time 1 0 0
attr FormatHexdump.output 1 0 0
attr FormatHexdump.color 1 0 0
attr FormatHexdump.rx_color 1 0 0
attr FormatHexdump.tx_color 1 0 0
attr FormatHexdump.control_color 1 0 0

serial.win32 (6 missing, 0 any)

Symbol Typable Typed Any
attr LPOVERLAPPED 1 0 0
attr LPCOMSTAT 1 0 0
attr LPCOMMTIMEOUTS 1 0 0
attr LPDWORD 1 0 0
attr LPDCB 1 0 0
attr LPSECURITY_ATTRIBUTES 1 0 0

Type-Ignore Comments

No type-ignore comments.