Author |
Message |
Topic: convert float value to hex value... |
tarmimi
Replies: 11
Views: 10477
|
Forum: General CCS C Discussion Posted: Tue Jan 27, 2009 10:38 pm Subject: huhu |
ahhah...at last..but suddenly i got a new idea of it..now i already can get the value dcimal...i change the code to this code:
while(TRUE) {
restart_wdt();
sh ... |
Topic: convert float value to hex value... |
tarmimi
Replies: 11
Views: 10477
|
Forum: General CCS C Discussion Posted: Thu Jan 22, 2009 4:12 am Subject: almost... |
Ok.I will tell one by one so u will never be confused:)
Actually my modbus cant read the data because the value is in float value.So i take a simple step here.We go straight away to the example.
... |
Topic: convert float value to hex value... |
tarmimi
Replies: 11
Views: 10477
|
Forum: General CCS C Discussion Posted: Wed Jan 21, 2009 7:03 pm Subject: 1 more |
one more thing....
Should i convert the float value to int32 by assign another variable to let the modbus read or retrieve the data and can u help me give sample code for it for my reference..
p ... |
Topic: convert float value to hex value... |
tarmimi
Replies: 11
Views: 10477
|
Forum: General CCS C Discussion Posted: Tue Jan 20, 2009 7:26 pm Subject: hahha...yes im working with the sensirion sensor sht71 |
Sorry if my message is not clear, actually I'm trying to read data which are float value(restemp,truehumid) from sht71. So the value of restemp and the truehumid I directly send to hyperterminal for ... |
Topic: convert float value to hex value... |
tarmimi
Replies: 11
Views: 10477
|
Forum: General CCS C Discussion Posted: Tue Jan 20, 2009 4:24 am Subject: convert float value to hex value... |
hello everyone...
i would like to ask for help is somebody know how to convert float value to hex value...what i means here is,it is not related to fprintf application.Here my example:
i have ... |
Topic: SHT71(Temperature & Humidity Sensor) Code problem |
tarmimi
Replies: 2
Views: 7758
|
Forum: General CCS C Discussion Posted: Thu Jan 08, 2009 1:47 am Subject: thanks.. |
the driver working perfectly...now takes time for me to understand the code...anyway thanks for the help...really appreciate that help cause i've been trying since last 2 weeks..only needs to understa ... |
Topic: SHT71(Temperature & Humidity Sensor) Code problem |
tarmimi
Replies: 2
Views: 7758
|
Forum: General CCS C Discussion Posted: Wed Jan 07, 2009 10:28 pm Subject: SHT71(Temperature & Humidity Sensor) Code problem |
Hello everyone. I would like to ask about communication between the SHT71 sensor and PIC18F6722.
I found a sample code from the forum but not CCS and I have edited the code for CCS application. The p ... |
|