单声道硬件中断/信号
我正在研究嵌入式设备,通常使用 c 代码处理一些硬件中断事件(例如捕获按下的按钮,或让某些 LED 闪烁),我想知道是否有人有在单声道、c# 上执行此操作的经验。
我正在考虑带有中断处理程序的 Pinvoke 本机库。
这可以工作或者有其他人的建议吗?
此致
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MS .Net Micro Framework 不是单一的,但值得一看并且最接近您的要求。最流行的硬件版本是 FEZ Domino。它支持 C# 子集和受支持硬件的中断。
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.