- 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.
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"
}
]
}
- Download ComiSetup.exe from Releases and run the installer. Administrator is required as the installer adds Comi.exe to the system PATH
- Run
comi
from the command line - Alternatively, run
ComiRun
from the Windows Start Menu
https://jrsoftware.org/isdl.php to build the installer