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 吗?
请分享想法如何做到这一点。
这在 PHP 中是不可能的。您需要使用接近 PHP 语言的 C 或 C++ 对此进行编码。
使用 PHP 唯一能做的就是创建一个应用程序,用户输入信用卡号,然后向他们收费,用户可以点击打印。
而已。