DKreskowiak

Results 1 issues of DKreskowiak

Trying the "Getting Started" code on Windows with an APC Back-UPS 1500 connected over USB. The line with the call to InitializeAsync() fails: ``` var upsDevice = await hidFactory.GetDeviceAsync(deviceDefinitions.First()).ConfigureAwait(false); await...