andrewrapp / xbee-arduino

Arduino library for communicating with XBee radios in API mode
GNU General Public License v2.0
334 stars 162 forks source link

Can we use char * instead uint8_t* in payload and AT commands? #34

Closed ghost closed 6 years ago

ghost commented 7 years ago

Hello friend new here and in arduino development....so sorry if i make any mistake....i just wanna say see below example of AT command.. image where i need to define int array for AT command...instead we can do it in command directly if we use char* instead of uint8_t* like i have done in below snap.. image

and same we can make for payload as image

it make bit easier...and working softly...thank u...!!