AsAscii (String Hex)
Author: | dEp |
Date: | 25 Dec, 2010 |
Category: | plugin |
Download
64bit
Description
Converts a string of hex digits into ASCII characters. Each pair of digits (byte) is taken to represent one character. Whitespace is ignored.
I made this for use with RS232 (Devices). Maybe it's useful to someone else as well.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Could indeed come in handy - thanks!
just stumbled upon this. just in case anyone is finding this: the same can now also be done with vvvv nodes directly with a combination of: AsRaw (String Hex) -> AsString (Raw)
smartass out.