LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Compile ASN.1 file using PER encoding

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

0 Kudos
Message 1 of 1
(3,221 Views)