David Jones
David Jones
HEY I FINALLY GOT THE PROPERTY UPDATE TO WORK. THERE IS SOME FURTHER BUGS THAT I FOUND! WILL FURTHER DOCUMENT. 😄
## THIS WORKS **\iot-plug-and-play-bridge\pnpbridge\src\pnpbridge\common\pnp_protocol.c** In ```VisitDesiredObject( )``` This call fails with NULL. Need a Component: ``` pnpPropertyCallback(NULL, name, value, version, userContextCallback); ``` (1) Line 238 Change NULL to component: ```...
**Next:** Commands still don't work.
## RAN into similar problem getting Commands to work. **In pnpadapter_manager.c** In ```PnpAdapterManager_DeviceMethodCallback( )``` ``` PnP_ParseCommandName(methodName, (const unsigned char**) (&componentName), &componentNameSize, &pnpCommandName); ``` ... returns a NULL **componentName** So ```componentHandle->processCommand```...
Note I have simplified config.json somewhat as there is only one component. Also the config.json points (first line) to the local copy of the schema as above. Also I have...
I am working on a .NET to Arduino orchestrator. https://github.com/djaus2/Soft-ata My ultimate goal is to orchestrate from something like Blockly which I now have just achieved. David Jones (Microsoft MVP)...
I have written a blog post for my context wrt NETCore Blockly: DjsBlog: Softata -Blockly ... The Holy Grail (windows.net) David Jones From: David Jones (MVP) ***@***.***> Sent: Friday, April...
Re: The Repository. Have fixed that now. I had removed Meadow/NetStandrd from the repository because of a bug. I have recently revisted it but didn't reinclude it in the repository....
Thanks to @ignatandrei Softata Samples are now directly available as Examples in Blockly.
Thanks for you help with this. Looking good. Get Outlook for Android ________________________________ From: Andrei Ignat ***@***.***> Sent: Monday, April 22, 2024 3:15:12 AM To: ignatandrei/NETCoreBlockly ***@***.***> Cc: David Jones...