Has anyone tried interfacing with the BLE112? I am trying to communicate with it through the MSP's UART (USCIA0), but am not receiving a response. Bluegiga provides a nice API to interface with the device (http://www.bluegiga.com/files/bluegiga/BLE%20shared/BLE_Stack_API_reference_v1.3.pdf) and all I am trying to do is send/receive a 'Hello'. This is done by transmitting 0x00000001 to the device, and it should respond with the same thing. I believe the default baud rate for the BLE112 is 115200, which is what I have configured the MSP to. As far as documentation for the BLE112 itself is concerned, there is not very much of it :(
Thanks!