Hello everyone,
on my cRIO-9066 i have to receive commands UTF-16 coded from PLC.
My software is ASCII-coded based so I installed addons from VI Package Manager to convert from UTF-16 to ASCII and viceversa as said in these two link below.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z00000159jOSAQ&l=it-IT
https://forums.ni.com/t5/Reference-Design-Content/LabVIEW-Unicode-Programming-Tools/ta-p/3493021
Unfortunately these Addons are Windows based (they use WideCharToMultiByte and GetACP libraries for windows).
Since my application has to run on cRIO-9066 which has Linux RT-ARM based OS i cannot use them,so I was wondering if anyone has already experienced this or if there are the corrisponding libraries for Linux.
Thank you in advance any help is relaly appreciated.