串口通讯串口类模块.docVIP

  • 14
  • 0
  • 约1.94万字
  • 约 16页
  • 2017-06-14 发布于四川
  • 举报
本模块开发平台BCB,用于串口通讯的串口类模块,不需要使用系统或第三方带的串口Com组件,不需要注册,直接加入到软件声明中即可使用。 Comm.h //头文件声明 //------------------------------------------------------------------ #ifndef CommH #define CommH //------------------------------------------------------------------ #include SysUtils.hpp #include Controls.hpp #include Classes.hpp #include Forms.hpp #include sysdyn.h #include extctrls.hpp //类型定义 enum TBaudRate {br110=110, br300=300, br600=600, br1200=1200, br2400=2400, br4800=4800, br9600=9600, br14400=14400, br19200=19200, br38400=38400, br56000=56000, b

文档评论(0)

1亿VIP精品文档

相关文档