Getting Data from Serial Port

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to retrieve data from a serial port by using a command button on a form. Can anyone tell me how to use MSCOMM32 to do this?
 
Thank you for the help. One other problem; I am getting an error 'obeject undefined' on MSComm1 in the Visual Basic Editor in ACCESS. How do I register or add a reference to MSCOMM32.OCX? It doesn't show up under the References in the Visual Basic for Applications under References
 
yes, you have to add it to references. if it is not listed there - click on
browse button and add it manually

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com


Steve said:
Thank you for the help. One other problem; I am getting an error 'obeject
undefined' on MSComm1 in the Visual Basic Editor in ACCESS. How do I
register or add a reference to MSCOMM32.OCX? It doesn't show up under the
References in the Visual Basic for Applications under References.
 
Back
Top