Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 PHP 从远程网站将字节发送到连接到 PIC 芯片的另一台计算机的串行端口?
PHP 不能通过 HTTP 以外的任何方式直接与远程 PC 对话,并且只能通过用户的浏览器。直到 websockets 变得更加普遍,就是这样。
如果没有在客户端机器上运行签名的 Java 小程序,PHP 无法直接或间接访问客户端机器上的任何硬件。