Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    I just need the value, but String is easy to send via Bluetooth. I can send char too, but I don't know to convert. Commented Oct 30, 2018 at 18:32
  • set 0 as string terminator after last character in the buffer. but let space for it. if the RFID numbers are 18 chars, then allocate 19 Commented Oct 30, 2018 at 18:33