如何在 android Things raspberry pie 上通过 UART 发送超过 8 字节的数据?

How can I send more than 8 byte data over UART on android Things raspberry pie?

我想通过 UART 连接发送超过 8 字节的数据我目前使用 USB 2.0 转 TTL 4 针。我想我的选择是使用 USB 2.0 转 TTL 和 6 针是否正确? 如果不是,我有什么选择? 例如我想发送 234212441325454543595674859764 我怎样才能用 4 针将它从 usb 发送到 TTL?

如果您确实需要 9 位 UART,请参阅 this question. But if you want to send 234212441325454543595674859764 in ASCII - that is normal case for UART. Take a look at this and that 以及许多其他示例和教程。如果您收到的不是完整的字符串,但它是分开的 - 只需将它们连接起来即可。