Skip to content

macOS: implementation of InformationIterator #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

apettel
Copy link

@apettel apettel commented Jul 20, 2025

This patch allows list_info() to be used on macOS.

example output of list_port_info:

Port name: cu.debug-console
 - System location: /dev/cu.debug-console
 - Friendly name: cu.debug-console
 - Description: Serial Device
 - Manufacturer: Unknown
 - Serial #: N/A
 - HW ID: macOS:cu.debug-console
 - VID: 0x0000 PID: 0x0000

Port name: cu.Bluetooth-Incoming-Port
 - System location: /dev/cu.Bluetooth-Incoming-Port
 - Friendly name: cu.Bluetooth-Incoming-Port
 - Description: Bluetooth Serial Device
 - Manufacturer: Unknown
 - Serial #: N/A
 - HW ID: macOS:cu.Bluetooth-Incoming-Port
 - VID: 0x0000 PID: 0x0000

Port name: cu.usbmodem5buspirate1
 - System location: /dev/cu.usbmodem5buspirate1
 - Friendly name: cu.usbmodem5buspirate1
 - Description: Bus Pirate 5
 - Manufacturer: Bus Pirate
 - Serial #: 5buspirate
 - HW ID: macOS:cu.usbmodem5buspirate1
 - VID: 0x1209 PID: 0x7331

Port name: cu.usbmodem5buspirate3
 - System location: /dev/cu.usbmodem5buspirate3
 - Friendly name: cu.usbmodem5buspirate3
 - Description: Bus Pirate 5
 - Manufacturer: Bus Pirate
 - Serial #: 5buspirate
 - HW ID: macOS:cu.usbmodem5buspirate3
 - VID: 0x1209 PID: 0x7331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant