摘要: public class OPVcDll { #region 对USB接口的使用(PHILIPH卡) [DllImport("dcrf32.dll")] public static extern int dc_init(Int16 port, long baud); //初试化 [DllImport("dcrf32.dll")] public static extern short dc_exit(int icdev); [DllImport("dcrf32.dll")] public static extern short dc_r 阅读全文
posted @ 2013-05-15 16:11 虫虫飞520 阅读(6591) 评论(1) 推荐(0)