# Connect Wireless Modem with node red and read the data bytes

**URL:** https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887
**Category:** General
**Created:** [16 January 2019 13:42 UTC](https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887 "2019-01-16T13:42:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fredy76](https://avatars.discourse-cdn.com/v4/letter/f/ce73a5/32.png) [@fredy76](https://discourse.nodered.org/u/fredy76)
#### Post date: [16 January 2019 13:42 UTC](https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887/1 "2019-01-16T13:42:44Z")

</div>

How can I connect [Wireless modem](https://store.ncd.io/product/900hp-s3b-long-range-wireless-mesh-modem-with-usb-interface/) which uses 900hp-S3-pro device with Node red?

I am able to read the data bytes from this device which is receiving the data from Wireless Temperature Sensor in XCTU software serial monitor screen.

But being new with node red, I need some suggestion about how can I read the data bytes and can manipulate it and display the data in a node-red Dashboard.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [16 January 2019 14:12 UTC](https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887/2 "2019-01-16T14:12:11Z")

</div>

You posted this in “share your projects” which if you read the description is the place to share completed projects. I have moved it to general.

Have you tried using the serial node?

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [16 January 2019 20:09 UTC](https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887/3 "2019-01-16T20:09:10Z")

</div>

(I've moved this to 'General' from "Share Your Projects")

---

<div class="post-metadata">

### Author: ![fredy76](https://avatars.discourse-cdn.com/v4/letter/f/ce73a5/32.png) [@fredy76](https://discourse.nodered.org/u/fredy76)
#### Post date: [19 January 2019 05:11 UTC](https://discourse.nodered.org/t/connect-wireless-modem-with-node-red-and-read-the-data-bytes/6887/4 "2019-01-19T05:11:58Z")

</div>

Thanks for the help, I have just worked with mqtt nodes and just started with this device
