# Help with Serial port start character

**URL:** https://discourse.nodered.org/t/help-with-serial-port-start-character/76410
**Category:** General
**Created:** [10 March 2023 19:59 UTC](https://discourse.nodered.org/t/help-with-serial-port-start-character/76410 "2023-03-10T19:59:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yzerman](https://avatars.discourse-cdn.com/v4/letter/y/ce7236/32.png) [@yzerman](https://discourse.nodered.org/u/yzerman)
#### Post date: [10 March 2023 19:59 UTC](https://discourse.nodered.org/t/help-with-serial-port-start-character/76410/1 "2023-03-10T19:59:28Z")

</div>

Hi, I need to split the data flow from the serial port if the character is \>= 0x80.  
The problem is that in Serial node config I can input just 0x80. Is there a way to put greater or equals then \>= 0x80, instead of just 0x80?

Thank you in advance!

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [10 March 2023 22:14 UTC](https://discourse.nodered.org/t/help-with-serial-port-start-character/76410/2 "2023-03-10T22:14:51Z")

</div>

Not in the serial node no. You would need to read either all then input and then split, or read one character at a time and discard until you saw what you want.

---

<div class="post-metadata">

### Author: ![yzerman](https://avatars.discourse-cdn.com/v4/letter/y/ce7236/32.png) [@yzerman](https://discourse.nodered.org/u/yzerman)
#### Post date: [10 March 2023 22:20 UTC](https://discourse.nodered.org/t/help-with-serial-port-start-character/76410/3 "2023-03-10T22:20:36Z")

</div>

Yes, I will do it like this. Thank you very much!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [9 May 2023 22:21 UTC](https://discourse.nodered.org/t/help-with-serial-port-start-character/76410/4 "2023-05-09T22:21:33Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
