Skip to content

schiltz3/ComInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComInfo

  • Display Com Ports.
  • Nicknames: Devices can be given nicknames in a settings.json file.
  • Continuous mode: Updates display when USB serial devices are added or removed.

Continuous update mode

CommInfo

Example settings.json

Only alias, product_id, and serial_number are required fields.

{
  "com_ports": [
    {
      "alias": "WLED",
      "product_id": 60000,
      "serial_number": "0001",
      "manufacturer": "Silicon Labs",
      "product_name": "Silicon Labs CP210x USB to UART Bridge"
    }
  ]
}

Instalation

  • Download ComiSetup.exe from Releases and run the installer. Administrator is required as the installer adds Comi.exe to the system PATH

Running

  • Run comi from the command line
  • Alternatively, run ComiRun from the Windows Start Menu

Building

https://jrsoftware.org/isdl.php to build the installer