PDA

Click to See Complete Forum and Search --> : Capture Data


tazzzman
Oct 28th, 2002, 09:25 PM
How do i capture data from COM PORTS?
THANKS!:confused:

anx992
Oct 29th, 2002, 05:36 AM
Hey,

Start a new project.

Right click on the toolbox and select "Components.."

In the controls tab scroll down until you see "Microsoft Comm Control 6.0"

Check the lil box and click ok.

You can now use the mscom control to receive from a com port of your choice.. if u need an example of using it in code let me know and i'll paste it up here.

:rolleyes:

tazzzman
Oct 29th, 2002, 06:10 PM
an example would be great!
Thanks!

alex_read
Oct 30th, 2002, 02:09 AM
www.planetsourcecode.com
www.vbcode.com
Are a couple of sites with 1 or 2 vb samples on as well. :p

anx992
Oct 30th, 2002, 11:31 AM
Here ya go mate. its only a basic example but it should do the job.

tazzzman
Nov 5th, 2002, 01:04 AM
tnx mate....