Page 1 of 1

Anyone find the SoftwareSerial to the BLE unreliable?

Posted: Mon Mar 21, 2016 8:50 am
by stasiana2
BLE consistently loses characters for me. I initialize it very simply:

Code: Select all

#include "SoftwareSerial.h"
static SoftwareSerial ble(A2, A3);

ble.begin(9600);


Anyone have a more reliable way to use BLE on this Freematics logger? Anyone try AltSoftSerial and have better luck?

Re: Anyone find the SoftwareSerial to the BLE unreliable?

Posted: Sat Apr 02, 2016 10:03 am
by stanley
Losing byte when receiving or sending?