私はEPOSposプリンター(EPOS TM-T88III)に取り組んでいます。ドライバー、EPOS ADK、POS for .NETを停止しました。PrintDocument機能を使用してPOSプリンターから印刷できますが、EPOSADKを使用したいと思います。「HelloOPOSfor.NET」サンプルを試しましたが、機能しません。なぜなら、
deviceInfo = posExplorer.GetDevice(DeviceType.PosPrinter, strLogicalName)
m_Printer = posExplorer.CreateInstance(deviceInfo)
deviceInfoを取得できますが、posExplorer.CreateInstance(deviceInfo)は何も返しません。Icantはこの問題を解決します。この問題を解決して成功するには、posExplorer.CreateInstance(deviceInfo)から何かを返すか、EPOSADKを使用して何かを印刷するためのサンプルコードがありますか。