# Udp problem sending byte (-127)

**URL:** https://discourse.processing.org/t/udp-problem-sending-byte-127/3545
**Category:** Electronics (Arduino, etc.)
**Created:** [September 15, 2018, 6:06am UTC](https://discourse.processing.org/t/udp-problem-sending-byte-127/3545 "2018-09-15T06:06:01Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [September 15, 2018, 6:16am UTC](https://discourse.processing.org/t/udp-problem-sending-byte-127/3545/2 "2018-09-15T06:16:05Z")

</div>

Can’t you simply **send()** the _byte[]_ array instead of a String? 🤔  
`udp.send(mist, ip, port);`

[UBAA.net/shared/processing/udp/udp\_method\_send.htm](http://UBAA.net/shared/processing/udp/udp_method_send.htm)

---

_[View the full topic](https://discourse.processing.org/t/udp-problem-sending-byte-127/3545)._
