Receive serial data

Hi guys,
I’m trying to receive some data via serial port. They are string of value from 0 to 1024. With Beta it is simple but I don’t know how to do it with Gamma. I have a look at Receive a stream of data help patch but I don’t know how to go forward from here… please help !

assuming your strings are delimited by semi-colons as your beta-screenshot suggests, in gamma you would receive those as shown here:
ReceiveSerialStrings.vl (8.8 KB)

1 Like

alrighttt! I was almost there but I tried a wrong FromBytes ! Thank you @joreg !

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.