Null-modem
NULL-modem是一种特殊的串行通信接口配置,通过直接连接两台计算机或设备的发送与接收线路实现点对点的数据传输,无需调制解调器。广泛应用于工业控制、嵌入式系统开发及远程终端访问等领域。掌握NULL-modem技术对于提升硬件调试效率、构建低成本通信解决方案至关重要。本站提供599个精选资源,涵盖...
资源总数
412
Null-modem 全部资料 412 份
CEdit& edit = GetEditCtrl() //定义指向视图的Cedit控件 if (m_Font.m_hObject == NULL) { m_Font.CreatePoint
CEdit& edit = GetEditCtrl() //定义指向视图的Cedit控件 if (m_Font.m_hObject == NULL) { m_Font.CreatePointFont(120,"Fixedsys")...
2015-11-01
185