Click here to Skip to main content
15,886,046 members

Comments by raddevus (Top 78 by date)

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.
raddevus 10-Aug-23 14:34pm View    
Way to go! I think you have discovered the answer for this mysterious question -- most likely it is the "click" event that needs to be changed to a "touch" event.