mono + hardware interrupts / signals
i am开发者_运维问答 working on embedded devices where it is common that you handle some hw interrupt events with c code (like catching a pressed button, or let some LED´s blink), i was wondering if anybody has some experience doing this on mono, c#.
I was thinking about Pinvoke native libraries with the interrupt handlers.
Could this work or has someone other advices?
best regards
Not mono but worth looking at and closest to your requirement is MS .Net Micro Framework. Most popular hardware incarnation is FEZ Domino. It supports subset of C# and interrupts for supported hardware.
精彩评论