Skip to content

Instantly share code, notes, and snippets.

@durgapadhu
Created December 5, 2017 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save durgapadhu/1537326036be1337a38cd2661f6abaf2 to your computer and use it in GitHub Desktop.
Save durgapadhu/1537326036be1337a38cd2661f6abaf2 to your computer and use it in GitHub Desktop.
node-red-contrib-ascii

It converts the characters of string into ascii values. Take input as a string and outputs an array of numbers.

[{"id":"b52e1047.1a42c","type":"ascii","z":"77d60e61.4391a","name":"","x":412,"y":271,"wires":[["569f7ccf.e0fb54"]]},{"id":"63cb9dae.ca1924","type":"inject","z":"77d60e61.4391a","name":"","topic":"","payload":"Iamagoodgirl","payloadType":"str","repeat":"","crontab":"","once":false,"x":206,"y":282,"wires":[["b52e1047.1a42c"]]},{"id":"569f7ccf.e0fb54","type":"debug","z":"77d60e61.4391a","name":"","active":true,"console":"false","complete":"false","x":598,"y":261,"wires":[]}]
@bidyutper
Copy link

NOT working

@bidyutper
Copy link

"UNKNOWN ASCii error"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment