Master Control Panel shipped with MasterEmulator.dll, which could be called from C# to discover and communicate with devices.
With nRF Connect, MasterEmulator.dll is no longer there. Is there some replacement with the latest version?
Master Control Panel shipped with MasterEmulator.dll, which could be called from C# to discover and communicate with devices.
With nRF Connect, MasterEmulator.dll is no longer there. Is there some replacement with the latest version?
Hi,
Master Emulator is discontinued, and now we have pc-ble-driver (which is a C project) instead. Instead of an abstraction using pipes, pc-ble-driver uses the SoftDevice API (through serialization). We also have python (pc-ble-driver-py) and javascript (pc-ble-driver-js) flavors, but unfortunately no C# and no bindings back to the Master Emulator API.
Regards,
Terje
Hi,
Master Emulator is discontinued, and now we have pc-ble-driver (which is a C project) instead. Instead of an abstraction using pipes, pc-ble-driver uses the SoftDevice API (through serialization). We also have python (pc-ble-driver-py) and javascript (pc-ble-driver-js) flavors, but unfortunately no C# and no bindings back to the Master Emulator API.
Regards,
Terje