Verify Encoding tags by Zebra printer RZ400
问题 The following is a C# function that sends ZPL command through serial port. the ZPL Command Starts with ~RVE (which telling the printer to send RFID encoding success or failure results). How can I receive the encoding result in the context of my code and check that the encoding process succeed? private void Print() { // Command to be sent to the printer string command = "~RVE^XA^RFw,H^FD033B2E3C9FD0803CE8000001^FS ^XZ"; // Create a buffer with the command Byte[] buffer = new byte[command