【问题标题】:Arduino_Visual_Studio-Windows Form ApplicationArduino_Visual_Studio-Windows 窗体应用程序
【发布时间】:2013-08-27 03:49:57
【问题描述】:

我有一个在 visual studio 2013 中创建的 Windows 窗体应用程序。如何在我的 arduino 或 raspberry PI 上运行 .exe 文件??

有人试过吗?

任何信息都会有所帮助

【问题讨论】:

  • 就 arduino 而言,这是完全不可能的。 Raspberry Pi 你也许可以用 Mono 运行一些东西(我没有尝试过),但它可能做得不够好以至于打扰。

标签: c# visual-studio-2010 arduino raspberry-pi arduino-ide


【解决方案1】:

在 Raspberry Pi 上尝试 Windows 窗体应用程序可能不可行或不切实际,在 Arduino 上绝对不可能。

RaspberryPi.org 网站明确声明 RaspberryPi 不会运行 Windows 应用程序:enter link description here

Arduino 确实没有支持该类型应用程序的 GUI 或 Window 子系统。真的,Arduino 只是一个很小的 ​​8 位 cpu、2k ram 计算机,对于 Windows 应用程序来说,它只是 完全不受关注

您可能想研究在 Windows 中编写 Python 应用程序并将其移植到 Raspberry Pi 的可能性。

【讨论】:

    最近更新 更多