当前位置:编程学习 > C#/ASP.NET >>

C#控制 usb接口的斑马条码机(p330i)

斑马条码机(p330i)的接口是usb的怎么发命令啊。有没有例子啊谢谢高手。 --------------------编程问答-------------------- 这个是别的型号的 给你参考

[DllImport("TSCLIB.dll", EntryPoint = "openport")]
public static extern int openport(string printername);

[DllImport("TSCLIB.dll", EntryPoint = "barcode")]
public static extern int barcode(string x, string y, string type,
string height, string readable, string rotation,
string narrow, string wide, string code); --------------------编程问答-------------------- http://www.ync-tech.com/ --------------------编程问答-------------------- 把一串zpl语言命令,发给P330i,怎么实现?
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,