WEB开发网
开发学院WEB开发ASP.NET C#直接操作并口 阅读

C#直接操作并口

 2010-11-12 08:20:23 来源:WEB开发网   
核心提示: int handle = CreateFile( "lpt1 ", 0x40000000, 0, 0, 3 /**//*OPEN_EXISTING*/, 0, 0); if (handle != 0) { WriteFile(handle, sendData, strLen, ref a
        int  handle  =  CreateFile( "lpt1 ",  0x40000000,  0,  0,  3  /**//*OPEN_EXISTING*/,  0,  0);
        if  (handle  !=  0)  {
           WriteFile(handle,  sendData,  strLen,  ref  aLen,  0);
           CloseHandle(handle);   //注意,只有关闭并口后打印机才执行命令

上一页  1 2 

Tags:C# 并口

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接