Shop OBEX P1 Docs P2 Docs Learn Events
East Bluetooth’s Change NVS UART Speed Configuration Question — Parallax Forums

East Bluetooth’s Change NVS UART Speed Configuration Question

chenguanyannchenguanyann Posts: 15
edited 2011-07-27 02:54 in Propeller 1
I try to set Easy Bluetooth's UART Speed from 9600 to 115200, but doesn't work. Can you help me to solve it, thanks.

Fram.jpg

UARTSPEED.PNG

RESET.PNG


Follow are my spin code:
Simple_Serial.spin
EPCBOT_Propeller_Bluetooth.spin

RoboTech Bluetooth Serial Module datasheet
30085_Module_UserManualv.1.2a.pdf

Comments

  • kuronekokuroneko Posts: 3,623
    edited 2011-07-26 22:55
    The byte order of the protocol is Little Endian, if nothing else is specified.
    Currently you're sending the data length in big-endian order. I can't find any other reference to endianess in the document so I assume the above holds true for the data length as well.
  • chenguanyannchenguanyann Posts: 15
    edited 2011-07-27 02:54
    I try to fix my code from Big-Endian to Little-Endian, and it's work! Thank you.
Sign In or Register to comment.