adabru / BleWinrtDll

BLE for Unity 3d in Windows without UWP.
Do What The F*ck You Want To Public License
168 stars 52 forks source link

Communication with Dongle #50

Closed EAriu closed 1 year ago

EAriu commented 1 year ago

Hello, I have previously used your API successfully to connect with a custom sensor and receive data from multiple custom devices. Now, I want to connect my Unity application with commercial devices that require a dongle. However, unlike the previous custom devices, the application is no longer able to automatically detect these devices when I connect them using API commands. I believe this is because the commercial devices require me to configure a virtual COM before I can receive data. I was hoping you could suggest a way to use the current API to establish a connection with these commercial devices. Unfortunately, I am not very familiar with these technical details.