Laurent Ellerbach
Laurent Ellerbach
> Because it is a custom board im sure it is connected correctly Do you have a link on the datasheet of your custom board? I can try to help...
> I cannot do that. However I am quite sure it is correct as it is basically a copy-paste of the development board. Then it's quite hard to help you...
> Did it work over I2C then or did you use another bus type? Works like a charm with all interfaces. I tested it few times in the past. It's...
@KasperJSdeVries, this is **NOT** going to work: ```csharp if (ackResponse != ackFrame) { throw new Exception(); } ``` Use something like: https://github.com/nanoframework/nanoFramework.TestFramework/blob/607a85316cbf92cdf4f5afe159196b1eae8b0355/source/TestFramework/TestExtensions.cs#L22 You can of course simplify to only compare...
> @josesimoes @Ellerbach That comparison is not where the issue lies the I2C bus gets pulled low and the mcu locks up before we ever get to that comparison. Checkout...
> I removed the comparison and it worked then, Good news :-) >however there is an issue with the I2C device when an exception is thrown it is most likely...
> What generics are you referring to? There are none? Get the static function out of the finally block and it should work better, this works like a charm for...
Just one thing: keep in mind the path in the dev container variant is not the same as in Windows. It has to be specified. Not sure how this impact...
@usmanatron will you have the time to continue the work? The branch is quite behind the current one and you still have to address some of the comments. Thanks!
@usmanatron any update on this work started in January?