plugin
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.
anonymous user login
~2d ago
~2d ago
~10d ago
~12d ago
~13d ago
~17d ago
~17d ago
~24d ago
~1mth ago
~1mth ago
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.