A few years back I used a multilink project developed by one of the Nordic support personnel, to allow using the nRF52840 devkit board to talk to one of several Peripherals via the BLE emulation of a serial port. I have a current project needing to do the same thing, but using the nRF52840 Dongle, which offers only a USB serial port. I have projects for both the 10059 board connecting to a single Peripheral, and the multilink project that can addressably connect to one of several available Peripheral devices. The latter uses the UARTE module, with the supervisory processor providing the connection to USB. I am having difficulty combining the functionality, such that I can select which of several Peripheral devices to communicate with, when run on the Dongle board. Has such an application already been done, or can anyone offer pointers as to how to go about it? I am using the older nRF5 SDK.