Raspberry Pi2 Windows 10 IOT 核心和 Visual Basic 2015

Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015

是否可以在 Raspberry PI 2 上 运行 Visual Studio 和 Windows IOT 内核?

我想在 Windows 10 上创建一个触摸屏(带 RPI2 的 HDMI)应用程序,它将用于接受客户的订单并将订单信息传输给另一个 Raspberry PI 运行宁MySQL服务器。

我能够在 PC 上实现它,但我想在 RPI 上实现它。是否有可能或者我应该为此目的使用 Gambas?

您可以尝试使用MySQL

提供的驱动

http://dev.mysql.com/doc/connector-net/en/connector-net-rt.html

但我的建议是为您的客户端创建一个 UWP 应用 Raspberry Pi 运行 Windows 10 IoT Core 和一个 Web 服务来公开您的 MySQL 数据库服务器另一个 Raspberry Pi 运行 一个 Linux 分布。 所以关键是让你的客户使用网络服务。这样,您可以自由更改服务位置或数据库格式。

我正在与社区成员一起为 Windows IoT 开发官方 RPi 7" 触摸屏(https://www.raspberrypi.org/blog/the-eagerly-awaited-raspberry-pi-display/)。此显示器适用于 RPi2 + Windwos IoT,但触摸不起作用。我们是正在努力获得对触摸的支持并取得了部分成功来检索触摸数据,但我们仍然需要 1-2 个月。希望微软尽快在 Windwos IoT 中发布对官方 RPi 7" 触摸屏的支持。

一旦成功,将在此处报告源代码。

Update (15-DEC-2015)
Right now, RPi2 (Windows IoT) supports a touchscreen display from chalkboard electronics only. Setup instruction for this touchscreen is given at ms-iot Website's Miscellaneous section.