bytes to int

  1. M

    B4R Question rRF24 data handling

    Hi. Please help me i don`t understand how this works. I`m trying to send this data for example from one arduino to another via RF24L01 with rRF24 library. SERVER: Dim b() As Byte = Array As Byte(14, 5500) raf.WriteBytes(b, 0, b.Length, 0) rf24.Write(buffer) CLIENT: Sub rf24_NewData...
Top