node-red/nodes/core/io
Nick O'Leary 751ac7b9ee Handle Buffer objects properly in Serial out node
Fixes #115
The serial out node does a JSON.stringify if the payload is an object. This was incorrectly being applied to Buffer objects, causing the output seen in issue #115.

The Buffer is now passed through as-is (with the newline appended if so configured).
2013-12-13 10:27:52 +00:00
..
lib Overlapping mqtt subs get duplicate messages 2013-12-06 14:19:21 +00:00
10-mqtt.html Add clientid/username/password to MQTT nodes 2013-11-25 22:50:08 +00:00
10-mqtt.js Add clientid/username/password to MQTT nodes 2013-11-25 22:50:08 +00:00
21-httpin.html Add httpRoot tip to http node 2013-11-22 21:26:18 +00:00
21-httpin.js Add JSONP support to http response node 2013-12-08 19:40:27 +00:00
22-websocket.html Add websocket node docs 2013-12-08 20:41:57 +00:00
22-websocket.js Allow JSON sending/receiving in websocket node 2013-12-08 20:31:56 +00:00
23-watch.html Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
23-watch.js Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
25-serial.html Added output "New Line" char to Serial 2013-12-06 21:04:35 +00:00
25-serial.js Handle Buffer objects properly in Serial out node 2013-12-13 10:27:52 +00:00
31-tcpin.html Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
31-tcpin.js Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
32-udp.html Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
32-udp.js Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
90-httpget.html Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
90-httpget.js Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00