hi
well, you can send or receive anything with the UDP read or write functions, you just have to cast the data to string. the type cast function dosn't convert the data to numeric string, it really returns the byte - string representating the data, e.g. if you cast the double "1" you get the string "3FF0 0000 0000 0000". if you send this string and the recipient waits for a double, then he reads the double value "1" (as long as both sender and recipient use the same definition of the datatype "double"). see datastrg.pdf from the LV - Bookshelf (search for "data storage") for definitions of datatypes in LabVIEW.
best regards
chris
Best regards
chris
CL(A)Dly bending G-Force with LabVIEW
famous last words: "oh my god, it is full of stars!"