Click here to Skip to main content
15,949,686 members

Comments by raddevus (Top 79 by date)

raddevus 8-Jul-24 16:44pm View    
Glad to help. Was my answer the solution? Just curious. Thanks
UPDATE - oh, I see you marked it as the solution. I'm glad it solved it for you. πŸ‘πŸ½
raddevus 20-Sep-23 14:33pm View    
Have you looked at the Trusted Execution Environment sample ==> https://learn.microsoft.com/en-us/windows-hardware/drivers/samples/tree-driver-samples

Then within that, (code at github) take a look at the sample test code ==> https://github.com/microsoft/Windows-driver-samples/blob/main/TrEE/Test/SampleTest.cpp

It may show you how to make the calls. Hopefully this helps.
raddevus 25-Aug-23 14:01pm View    
I found this, which could be similar and may just provide a bit more related info: https://stackoverflow.com/questions/75006774/capn-proto-unaligned-data-error-while-trying-to-sendreceive-serialized-object
raddevus 25-Aug-23 13:45pm View    
Also, there are numerous reasons this problem can occur and many of the differing solutions can be see on this StackOverflow => https://stackoverflow.com/questions/19645441/avrdude-stk500v2-receivemessage-timeout
raddevus 25-Aug-23 13:42pm View    
Which OS are you running? There is a problem on Linux where you don't have access to the port, which shows up like this.