UMDBPP / CCSDS_Xbee

Code implementing a simplified user interface for sending CCSDS packets over xbees.
3 stars 0 forks source link

Xbee baud rate specification #6

Open ascended121 opened 8 years ago

ascended121 commented 8 years ago

Right now the library always sets the xbee to 9600 baud because its a known good configuration. Need to modify InitXbee to allow the user to specify a baud rate and have it send the AT command to set that baud rate. Need to test various baud rates to determine which ones work.