12-24-2009 05:12 AM
12-24-2009 05:18 AM
12-24-2009 05:21 AM
12-24-2009 06:17 AM
12-25-2009 11:22 AM
thank you all
but unfortunately i am still where i was started .. you see i am getting my input from serial port which is 4 byte of data , baudrate 57600 . I am getting the data from serial ..... in the front panel i change the display option to "hexadecimal diplay". but when i give this output to the hexadecimal to number blk it gives me a big fat zero.......
i also tried the string to byte aray ...but it gives me output as an array of decimal equivalent of each byte saperate ...eg. if the input to it is 0A9E8BAA......it gives me the out as a 1 D array with values 10,158,139,170 but i need that thte output shd be the equvilent to 178162602....the decimal equvilent to 0A9E8BAA
regards .
12-25-2009 11:56 AM
12-27-2009 09:57 PM
nolsqn wrote:thank you all
but unfortunately i am still where i was started .. you see i am getting my input from serial port which is 4 byte of data , baudrate 57600 . I am getting the data from serial ..... in the front panel i change the display option to "hexadecimal diplay". but when i give this output to the hexadecimal to number blk it gives me a big fat zero.......
i also tried the string to byte aray ...but it gives me output as an array of decimal equivalent of each byte saperate ...eg. if the input to it is 0A9E8BAA......it gives me the out as a 1 D array with values 10,158,139,170 but i need that thte output shd be the equvilent to 178162602....the decimal equvilent to 0A9E8BAA
regards .
As dennis as suggested, you need to do some sort of conversion. What you are doing just viewing it as hex. You can also view it as "****" but it is not getting converted.
12-29-2009 11:12 PM
12-30-2009 09:53 AM
nolsqn wrote:
thank you dennis it worked perfectly fine
Have you checked the 11th post? That didn't solved your problem?
12-30-2009 10:03 AM - edited 12-30-2009 10:04 AM