摘要:
使用Win32创建串口通讯程序作者:konchat翻译:PowerCPP 下载本文示例代码介绍:本文的目的是介绍如何在Win32中处理串口。串口通讯可以通过多种技术实现,例如:ActiveX,I/O存取和文件操作。本文介绍Win32平台下通过文件操作技术使用串口。程序员可以使用 Microsoft 阅读全文
摘要:
以下内容摘自于<msdn> The setsockopt function sets a socket option. int setsockopt( SOCKET s, int level, int optname, const char* optval, int optlen ); Remark 阅读全文
摘要:
The SetProcessAffinityMask function sets a processor affinity mask for the threads of the specified process. BOOL SetProcessAffinityMask( HANDLE hProc 阅读全文