News

8. Outside the For loop convert the array of unsigned bytes back to a string by using a Byte Array to String function. (this is on the same menu as the String to Byte Array function.) Wire the output ...
Converting between byte arrays and strings is pretty common, in my experience. It's possible to cast from a seq[char] or seq[byte] to a string using cast[string](...), and the compiler allows you to ...