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.

SHT11 Data to Serial Port Visual Basic .NET

Status
Not open for further replies.

ozenk

Junior Member level 1
Joined
Apr 17, 2009
Messages
15
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,394
hi all...

im developing student project about data acquisition from SHT11 Sensor (temp and hum), and i have develop the microntroller using AVR,

in the program in AVR, i make statement

if data from serialport = 1, then read temperatur
else if data from serialport =2, then read humidity

so i must develop in VB.NET to send value 1 and 2 to serialport (then to AVR) and read the data...


is there any example for this code?

thanks for the help...


Fauzi
Indonesia
 

Hi fauzi,

I also having same problem with you..i will like to have example code, any1 can help on this
 

Its very easy man...

Just connect your MC to PC and then place a SerialPort control to the form...
Then write data which u want to send..




Post your doubts....
 

hi all...

im developing student project about data acquisition from SHT11 Sensor (temp and hum), and i have develop the microntroller using AVR,

in the program in AVR, i make statement

if data from serialport = 1, then read temperatur
else if data from serialport =2, then read humidity

so i must develop in VB.NET to send value 1 and 2 to serialport (then to AVR) and read the data...


is there any example for this code?

thanks for the help...


Fauzi
Indonesia

Can i have look the code that you have developed for your MCU. I'm doing a simular project.
Thank you.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top