Skip to content
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

Invoke vpcd on bluetooth connection osx #275

Closed
siddhantmishra1305 opened this issue May 8, 2024 · 4 comments
Closed

Invoke vpcd on bluetooth connection osx #275

siddhantmishra1305 opened this issue May 8, 2024 · 4 comments

Comments

@siddhantmishra1305
Copy link

siddhantmishra1305 commented May 8, 2024

Current behavior

When a USB with vendor and product ID mentioned in plist is connected vpcd is triggered and ports are open.

Is it possible to invoke the vpcd on bluetooth pairing with a device ?

@frankmorgner
Copy link
Owner

I am not aware of any mechanism that would allow smart card reader drivers to be loaded on any other condition than the USB connection of some device (including bluetooth).

@siddhantmishra1305
Copy link
Author

siddhantmishra1305 commented May 15, 2024

@frankmorgner In Unix, Serial drivers is supported to operate on a particular port and respond to a particular name. Isn't this not possible for macOS ? Is it because macOS is not using pcsc-lite and have their own implementation ?

@frankmorgner
Copy link
Owner

No, serial drivers are not supported on macOS. AFAIK, you always need an external trigger (i.e. USB device that is attached) to get a driver loaded. This is the exact mechanism we are using on macOS, as documented here http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html#building-and-installing-vpcd-on-mac-os-x

@siddhantmishra1305
Copy link
Author

Thanks @frankmorgner

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

No branches or pull requests

2 participants