Hello,
I am working on an application where a mobile phone will be able to access the data from a server(in my case its a PC) and display it in a browser. Now, the data that I am generating would be an ASN.1 file which for example looks like below.
value BBCard ::= {
name "Casey",
team "Mudville Nine",
age 32,
position "left field",
handedness ambidextrous,
batting-average { mantissa 1, base 2, exponent -2 }
}
So is there a way in Labview which can compile this ASN.1 using PER encoding and give the HEX data. Can anyone guide me how I would do this in labview. I highly appreciate your help.
Thanks,
Sandy