Anyone find the SoftwareSerial to the BLE unreliable?

Inquiry and support for Freematics products
Post Reply
stasiana2
Posts: 2
Joined: Mon Feb 29, 2016 2:25 am

Anyone find the SoftwareSerial to the BLE unreliable?

Post 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?
stanley
Site Admin
Posts: 1029
Joined: Sat Mar 01, 2014 3:15 am

Re: Anyone find the SoftwareSerial to the BLE unreliable?

Post by stanley »

Losing byte when receiving or sending?
Post Reply