in reply to Re^3: Send a UDP Packet with bunch of numbers in PERL?
in thread Send a UDP Packet with bunch of numbers in PERL?

* My Hardware only accepts floating point encoding of the number.

* It has to be either single (or) double . It has Big-Endian format .

* I did split the string to an array of my floating point values.

Do you mean to say that i need to use pack module so that it is transmitted viably as per floating point values . ???

I will try to code now and post the answers.. Thanks
  • Comment on Re^4: Send a UDP Packet with bunch of numbers in PERL?