Hi all, I'm using VB.net to print out the RFID label. I know ZD500R has the capability to read EPC on RFID tag directly. I'm wondering is there any DLL file that I can control ZLD500R to read the EPC and send the result to my application?
ZD500R for VB.net// Expert user has replied. |
1 Replies
The Link-OS SDK for .NET is delivered as a NuGet package based on the .NET 4.7 framework. Try if the NuGet package can be added to the VB.NET project. There are APIs in the SDK for sending the ZPL (including RFID ZPL) commands to the printer and receiving the responses from the printer.