Capturing info. coming from a Serial Port

  • Thread starter Thread starter Hector Jurado
  • Start date Start date
H

Hector Jurado

I'm using the Hyperterminal to get information from serial
port then copy and paste to an ascii file after all I can
use access to get finally the infromation to an Access XP
Database.
What Control/Method oject can I use to: with a little form
capturing the all information from the serial port?, after
this I could send the information to a table.
 
You will need to add a reference to MSCOMM32.OCX to your
project, then add the control to your form.
Help file documentation is sketchy.
 
Back
Top