Sep 12, 2006 #1 R 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.
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.
Sep 12, 2006 #2 E edsoncan Newbie level 4 Joined Mar 2, 2005 Messages 5 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,281 Activity points 1,315 Re: data from adc to pc h**p://support.microsoft.com/default.aspx?scid=kb;en-us;823179&Product=vb6 Use MSCOMM component Edson
Re: data from adc to pc h**p://support.microsoft.com/default.aspx?scid=kb;en-us;823179&Product=vb6 Use MSCOMM component Edson
Sep 13, 2006 #3 S Shani Member level 4 Joined Jul 26, 2006 Messages 68 Helped 4 Reputation 8 Reaction score 1 Trophy points 1,288 Location Karachi, Pakistan Activity points 1,705 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. Keep remember me in your prayers. Zeeshan Shareef Industrial Electronics Engineer IIEE, PCSIR, Karachi
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. Keep remember me in your prayers. Zeeshan Shareef Industrial Electronics Engineer IIEE, PCSIR, Karachi