Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to send data from output of adc to computer using VB?

Status
Not open for further replies.

ram indra

Newbie level 4
Joined
Aug 20, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
data from adc to pc

would u please tell me how to access tha data from output of adc to computer using visual basic.
i am plannig to use parallel port.
 

Re: data from adc to pc

h**p://support.microsoft.com/default.aspx?scid=kb;en-us;823179&Product=vb6

Use MSCOMM component

Edson
 

Use Data Bits to receive

Assalamo Allykum !

If you want to receive the data from the ADC to PC then use the Data Pins of Parallel Port.

I think you are using 8-bit ADC. If you are using 8-bit ADC then use the Data Pins to receive the data.

But for receiving the data first you have to use the bidirectional property of Parallel Port.

First Makee the ParallelPort BiDirectional in the BIOS.

Make HIGH the 5th Bit of Control(Baseaddress + 2) to receive the data,,,,, and make LOW the 5th Bit of Control(Base Address + 2) to transmit the data.

Before receiving the data make all the oins of the data pina HIGH . (It is important)

Wish you good luck. :!:

If you have any problem then you are free to ask. :D

Keep remember me in your prayers.

Zeeshan Shareef
Industrial Electronics Engineer
IIEE, PCSIR, Karachi
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top