gpt4 book ai didi

php - 从USB串口设备读取数据

转载 作者:可可西里 更新时间:2023-10-31 23:48:56 24 4
gpt4 key购买 nike

我正在尝试从 Ubuntu 中的 USB 串行 RFID 设备读取数据。

设备是:https://www.sparkfun.com/products/8852

该设备在 Ubuntu 下被识别为:

/dev/ttyUSB0

如果我在读取器上触摸 RFID 标签时使用“screen”或“minicom”等程序,屏幕上会显示一个唯一编号。

我希望能够通过终端获取这些数据。然后,如果有必要,当我有这个数据处理时。

我的问题是,如何才能像在这些程序中看到的那样获取数据?我想编写 bash 或 PHP 脚本来获取数据。

谢谢

最佳答案

如果您打算使用 PHP (*nix/Windows),那么您正在寻找 PHP dio(直接 I/O)扩展: http://php.net/manual/en/book.dio.php

来自 PHP 手册:

PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I/O functions at a lower level than the C-Language stream I/O functions (fopen(), fread(),..). The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate.

关于php - 从USB串口设备读取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15745361/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com