Iam new to zmq, what I am understand that we are only allowed to send string using zmq in labview. If I am wrong then do tell me please that how can I send U8 with labview and zmq or if I am right please also let me this too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, my understanding is that you need to convert your data to a string. You can do that in any number of ways, here I show 4 examples, including Z85 encode that ships with the ZMQ library.
Iam new to zmq, what I am understand that we are only allowed to send string using zmq in labview. If I am wrong then do tell me please that how can I send U8 with labview and zmq or if I am right please also let me this too.
Hi, my understanding is that you need to convert your data to a string. You can do that in any number of ways, here I show 4 examples, including Z85 encode that ships with the ZMQ library.