Christian Findlay

Results 136 comments of Christian Findlay

You don't need to do that. Specify the read buffer size before initialising the device

@maf-soft .net only introduced async await in 4.5. I think that's the minimum.

@maf-soft fair point. Are you interested in helping to see if it's possible to target 4.0? I can give you a few pointers if you want to try it out....

@maf-soft I think it will be possible to some extent but there is going to be a lot of fiddly work involved. I changed the csproj file to this as...

@maf-soft https://www.infoq.com/news/2011/10/ReadOnly-WInRT/

@maf-soft if you want to, you can create your own equivalent interface and list implementations...

Hi @Xriuk.Thanks for the detailed information. I had hoped to spend more time on serial ports but unfortunately, it was just never a priority because there is so much need...

I've been meaning to do this for quite a while. This is the solution: https://github.com/MelbourneDeveloper/Device.Net/pull/228/files Usage will be something like this: https://github.com/MelbourneDeveloper/Device.Net/blob/75ddd43f36f74c32dda129c636b25b335b3144c9/src/Device.Net.UnitTests/GetFactoryExtensions.cs#L30 @cupsos

> Same here. > > First try to write to my HID Device and ran into this error. > > ``` > System.IO.IOException: An error occurred while attempting to write...

@qmtdlt dis you mean to do a pull request?