06-12-2008 03:29 AM
06-12-2008 03:36 AM
after conversion i will use that number for comparison of a range like
0 to 100 ===> sensor 1 data
101 to 200===> sensor 2 data
201 to 255 ==> sensor 3 data
and then it will be sent to a sensor gauge for display.
06-12-2008 03:44 AM
ehsanelahimirza wrote:
after conversion i will use that number for comparison of a range like
06-12-2008 03:46 AM
06-12-2008 04:11 AM
06-12-2008 04:18 AM
06-12-2008 04:21 AM - edited 06-12-2008 04:25 AM
06-12-2008 08:34 AM
ok, sorry for that
my actual data is only one byte. it gives 256 values.
here i am providing serial data scheme of my project
i am receiving data from 3 sensors in a controller.
that controller reads temperature sensor data and sends to serial using value of 1 byte (0 to100)
humidity sensor (101 to 200)
pressure sensor (201 to 255)
my all bytes will be (in bits) ( 00000000 to 11111111) == 0 to 255
06-12-2008 08:41 AM
06-12-2008 08:44 AM