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
~3mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~5mth 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.