传输数据到 Raspberry Pi Tx 运行 windows 10

Transmit data to Raspberry Pi Tx running windows 10

需要帮助使用 windows 通用应用程序/cpp/c#

将文本输出到 raspberry pi 的 Tx

请帮助我了解如何将数据传输到 raspberry pi 运行 windows 10 核

的 tx(或将文本写入 tx)

我会在 PI 上使用 ASP.NET 服务器页面 运行。可以使用 URL.

通过 http 传输文本

无法将 Raspberry Pi 2 上的板载串行设备用于通用应用程序 - 它保留用于较低级别的调试,如设备驱动程序。参见 this and this

但是,我可以确认基于 CP2102 的 USB 串口适配器(例如这个)可以正常工作。基于 FTDI 的适配器,根据我的经验,可以工作,但它们需要特殊安装和对程序软件进行特定更改。 Jark has some great instructions and a sample program available on this GitHub repo.