aka CptSpiff

Results 6 comments of aka CptSpiff

hi, maybe a bit late by now but just to answer the previous comment. the correct way to resolve the issue would to add the option "Visual C++ MFC for...

That might be very crude but you could check something like ``` // Generic VMK looks like // 2C00|0X00|0X00|0000|0X20|0000 if((memcmp(message_buffer + popped, vmk_header, 2) == 0) && \ (memcmp(message_buffer +...

Thanks a lot for the great support. *thumps up*

Hi, thanks for your praise and sorry for the very late response. Unfortunately there is no BOM available as I did that online with the easyEDA tool on the fly...

Hi, I added images and exports to /hardware folder in the following repo https://github.com/[zaphoxx/pico-tpmsniffer-spi](https://github.com/zaphoxx/pico-tpmsniffer-spi) . you can also find all information here https://oshwlab.com/zaphoxx/pico-tpmsniffer-shield hope that helps Best

> I finally got an SPI machine - so I will try to test this :) Hi, just curious if you got a chance to test it out yet and...