Dear all,在asp.net中,实现条码打印时的条码打印机的参数是什么意思?多谢

Dear all,在asp.net中,实现条码打印时的条码打印机的参数是什么意思?谢谢
条码打印机的参数都是什么意思?谢谢 比如XB00;0019,0240,9,3,02,0,0041,+0000000000,000,0,00是什么意思

      str.Append("{PC000;0016,0225,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC00;(K)" + Cus + " PO:" + KTC_PO + "|}");

            str.Append("{XB00;0019,0240,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB00;K" + KTC_PO + "|}");

            str.Append("{PC000;0500,0225,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC00;" + KTC_LOCATION + "|}");
            str.Append("{XB00;0500,0240,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB00;" + KTC_LOCATION + "|}");

            str.Append("{PC001;0016,0320,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC01;(P)" + Cus + " P/N:" + KTC_PN + "|}");
            str.Append("{XB01;0019,0340,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB01;P" + KTC_PN + "|}");

            str.Append("{PC004;0555,0320,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC04;(V)MFG:" + MFG + "|}");
            str.Append("{XB04;0560,0340,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB04;V" + MFG + "|}");

            str.Append("{PC002;0014,0420,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC02;(1P)MFG P/N:" + MFG_PN + "|}");
            str.Append("{XB02;0021,0437,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB02;1P" + MFG_PN + "|}");
            if (Cus == "KTA" || Cus == "KTC")
            {
                str.Append("{PC002;0440,0465,10,10,H,+00,00,B,+0000000000|}");
                str.Append("{RC02;SAP P/N:" + l_sapPn + "|}");
            }
            
            str.Append("{PC003;0016,0515,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC03;(Q)BOX QTY:" + Box_Qty + "|}");
            str.Append("{XB03;0022,0530,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB03;Q" + Box_Qty + "|}");

            str.Append("{PC005;0520,0515,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC05;(4L)COO:" + COO + "|}");
            str.Append("{XB05;0520,0530,9,3,02,0,0041,+0000000000,000,0,00|}");
            str.Append("{RB05;4L" + COO2 + "|}");

            str.Append("{PC032;0520,0610,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC32;PKG COUNT:|}");

            str.Append("{PC033;0610,0655,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC33;" + string.Format("{0:##0}", Convert.ToInt32(Pkg)) + "|}");
            str.Append("{PC034;0690,0655,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC34;OF|}");
            str.Append("{PC035;0770,0655,10,10,H,+00,00,B,+0000000000|}");
            str.Append("{RC35;" + string.Format("{0:##0}", Convert.ToInt32(OF)) + "  |}");
------解决思路----------------------
E。这是人家打印机的一种打印协义,各打印机标准都不一样地。
------解决思路----------------------
参考官网给的文档说明
------解决思路----------------------
问厂家啊
厂家不告诉你,难道别人会比厂家更清楚?