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
~3d ago
~9d ago
~9d ago
~10d ago
~23d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~2mth 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.