serial-dashboard

Getting started

  • Installation
  • Purpose and contents

User guide

  • Launching a dashboard
  • Using a dashboard
  • API Reference
    • Dashboard builder and launcher
    • Serial communication utilities
      • serial_dashboard.SerialConnection
      • serial_dashboard.comms.read_all
      • serial_dashboard.comms.read_all_newlines
      • serial_dashboard.comms.device_name
      • serial_dashboard.comms.handshake_board
      • serial_dashboard.comms.daq_stream
      • serial_dashboard.comms.port_search
    • Parsers

License and citation

  • Credits
  • License
  • Citing serial-dashboard
serial-dashboard
  • serial-dashboard on GitHub
  • View page source

serial_dashboard.comms.port_search

async serial_dashboard.comms.port_search(serial_connection)

Search for ports and update dictionary of ports.

Parameters

serial_connection (SerialConnection instance) – The available_ports and reverse_available_ports attributes are updated by this coroutine.

Previous Next

Last updated on Sep 16, 2021.

© 2021 Justin Bois.

This document was prepared at Caltech with financial support from the Donna and Benjamin M. Rosen Bioengineering Center.


Built with Sphinx using a theme provided by Read the Docs.