0

最近我买了一个带有 4D 串行适配器的 uTOLED-G20。我当前的硬件连接如下(附图) 我的目标是在 uTOLED 屏幕中显示相机。但在实现这一点之前,我想发送“一些图片(.gif、.bmp、.jpg)到显示器”,或者一些“Hello world”。

好吧,这个任务让我发疯。我正在阅读http://elinux.org/Serial_port_programming,uToled中没有出现任何内容。

我希望能够在我的 Linux (RaspberryPI) 中用 python 或 C、c++ 开发一些软件并在屏幕上显示数据。

请你能帮我从哪里开始?

我将非常感谢您的所有反馈。:-)

我的硬件配置

4

2 回答 2

0

In follow up to the loopback test, you can do this with a few tricks from the command line. Essentially you can #echo "foo" > /dev/ttyAMA0 from one console, and #tail -f from another console. For more specific directions check out this older post: Serial port loopback/duplex test, in Bash or C? (process substitution)

于 2013-10-06T03:27:33.487 回答
0

我要做的第一件事是将 RPi 上的 RX 和 TX 连接在一起,以确保您在 RPi 上发送和接收字符。

于 2013-10-06T03:00:55.460 回答