用SerialPort类做的串口例子(可实现自动查找串口以及自动发送功能)

时间:2017-10-24 10:51:28
【文件属性】:

文件名称:用SerialPort类做的串口例子(可实现自动查找串口以及自动发送功能)

文件大小:5.25MB

文件格式:ZIP

更新时间:2017-10-24 10:51:28

SerialPort 串口 自动发送 自动查找串口

自己用SerialPort类写的串口程序,适合初学者看看,带有自动发送功能,打开串口,关闭串口以及自动连接串口功能


【文件预览】:
SerialPortTest(串口)
----ReadMe.txt(4KB)
----StdAfx.h(1KB)
----SerialPortTest.rc(6KB)
----res()
--------SerialPortTest.ico(1KB)
--------SerialPortTest.rc2(406B)
----SerialPortTest.cpp(2KB)
----SerialPortTest.aps(21KB)
----SerialPortTest.dsp(4KB)
----SerialPortTestDlg.h(2KB)
----Debug()
--------vc60.pdb(364KB)
--------SerialPortTest.sbr(0B)
--------SerialPortTest.res(3KB)
--------SerialPortTest.ilk(349KB)
--------SerialPortTest.bsc(5.14MB)
--------SerialPortTest.obj(15KB)
--------SerialPortTest.pdb(441KB)
--------SerialPortTestDlg.sbr(0B)
--------SerialPortTest.exe(116KB)
--------vc60.idb(233KB)
--------SerialPortTestDlg.obj(38KB)
--------StdAfx.sbr(1.31MB)
--------SerialPort.sbr(0B)
--------SerialPortTest.pch(6.61MB)
--------StdAfx.obj(103KB)
--------SerialPort.obj(31KB)
----SerialPortTest.h(1KB)
----SerialPortTest.ncb(249KB)
----resource.h(1KB)
----SerialPortTestDlg.cpp(9KB)
----SerialPortTest.clw(2KB)
----SerialPortTest.opt(55KB)
----StdAfx.cpp(216B)
----SerialPortTest.dsw(551B)
----SerialPort.h(3KB)
----SerialPort.cpp(17KB)
----SerialPortTest.plg(1KB)

网友评论

  • 有不少例子可以参考,目前正需要.
  • 是VC6的代码,为什么在头文件中直接赋值? InitPort(CWnd* pPortOwner, UINT portnr = 1, UINT baud = 19200, char parity = 'N', UINT databits = 8, UINT stopsbits = 1, DWORD dwCommEvents = EV_RXCHAR | EV_CTS, UINT nBufferSize = 512,
  • 使用了一段时间,好用,谢谢分享
  • 不能软件开启获取
  • 很好,很有用
  • 很不错 部分代码很有用
  • 不错,很有用
  • 很好,很有用,基本可以直接使用了,谢谢