Serial port programming VB6 via Win32 API

耗尽温柔 提交于 2019-12-14 02:28:21

问题


I am interacting with a bill acceptor connected via serial in VB6 using the MSComm control. We're having some communication issues, and I have been tasked with using the Win32 API directly to interact with the serial port. I'm not quite sure where to begin. Any links, articles, or books would be greatly appreciated.


回答1:


Serial Port Communication: perform serial port I/O without using the Microsoft Comm Control component




回答2:


Richard Grier

  • Book Visual Basic Programmer's guide to serial communications available from Amazon or direct from author
  • Sometimes still active on the VB6 newsgroups - try asking there


来源:https://stackoverflow.com/questions/4929414/serial-port-programming-vb6-via-win32-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!