# SERIAL input node issue!

**URL:** https://discourse.nodered.org/t/serial-input-node-issue/13454
**Category:** General
**Created:** [18 July 2019 18:08 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454 "2019-07-18T18:08:41Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![georgethomas08](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@georgethomas08](https://discourse.nodered.org/u/georgethomas08)
#### Post date: [18 July 2019 18:08 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/1 "2019-07-18T18:08:41Z")

</div>

Hi ,  
I was using serial input and output node, everything was working fine but after some point serial input node is not working at all in raspberry pi 3 b+, I reinstalled to rasbian OS and node-red server, still its not working. I have checked with python program in raspberry pi serial read is working fine, but in node red input node its not working at all.

Kindly help me please , Thanks in advance

Regards  
George Thomas

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [18 July 2019 19:36 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/2 "2019-07-18T19:36:46Z")

</div>

What symptom are you seeing that tells you they are not working?  
Also show us the node-red startup log that is shown if you start node-red in a terminal.

---

<div class="post-metadata">

### Author: ![georgethomas08](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@georgethomas08](https://discourse.nodered.org/u/georgethomas08)
#### Post date: [19 July 2019 01:38 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/3 "2019-07-19T01:38:56Z")

</div>

@Colin  
Hi, i connection serial input node, connected to the debug node, configured debug node as msg.payload.  
Serial input node entered the serial port as /dev/ttyS0.

This was working fine. I could able to receive everything in the initial stage. But after sometime I'm not getting the serial data into (receive) the raspberry pi, I am able to send data.

At some point i was able to get the enter symbol means next line symbol only no other data.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [19 July 2019 06:09 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/4 "2019-07-19T06:09:53Z")

</div>

You do not appear to have answered all the questions.  
Also show us how you have configured the serial input.

---

<div class="post-metadata">

### Author: ![georgethomas08](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@georgethomas08](https://discourse.nodered.org/u/georgethomas08)
#### Post date: [19 July 2019 11:34 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/5 "2019-07-19T11:34:28Z")

</div>

@Colin  
Hi, today formatted everything and re-installed again. Everything working fine right how. I would like to know is it possible the remove the new line symbol at the end of the all serial input. Please find the snapshot.  
 ![Untitled](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/1/1c220ad8a7abd71cc1b488fa9c7886f29ba0d88d.jpeg)

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [19 July 2019 12:33 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/6 "2019-07-19T12:33:45Z")

</div>

What have you specified as the Split Input sequence in the serial config?

---

<div class="post-metadata">

### Author: ![georgethomas08](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@georgethomas08](https://discourse.nodered.org/u/georgethomas08)
#### Post date: [21 July 2019 17:54 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/7 "2019-07-21T17:54:33Z")

</div>

@Colin  
Yes \n, I would like to know what all are the other split input commands.?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [21 July 2019 19:17 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/8 "2019-07-21T19:17:37Z")

</div>

Have you got Add Split Character To Output selected? If you have then remove it. If you haven't got it then there must be \r in the stream too. You can remove that in a function node with a bit of javascript to strip off the last character, or I expect you can do it with a Change node, but not certain exactly how at the moment. Haven't got time to look at this moment, sorry.

---

<div class="post-metadata">

### Author: ![georgethomas08](https://avatars.discourse-cdn.com/v4/letter/g/df788c/32.png) [@georgethomas08](https://discourse.nodered.org/u/georgethomas08)
#### Post date: [22 July 2019 11:23 UTC](https://discourse.nodered.org/t/serial-input-node-issue/13454/9 "2019-07-22T11:23:21Z")

</div>

@Colin  
Thanks , \r worked
