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.
我最近购买了 CPOS80250 热敏打印机,但找不到 linux 驱动程序。我正在尝试将它安装在树莓派 2 上,但在任何地方都找不到 ppd 文件。有线索的人吗?
//For basic printing you do not need driver //-------------------------------------------- std::ofstream osFD; osFD.open("/dev/usb/lp0",std::ofstream::out); osFD << "Hello My Printer";