Open mjseyyedi opened 8 years ago
Looks fine to me, are you receiving any callbacks?
@randdusing yes , "data transmitted" shows up. means worked perfectly
Not sure if I follow. It's working for write but not writeQ. The writeQ callbacks are never called?
the writeQ callback calls correctly , but in bluetooth I don't receive more than 20 bytes
On the peripheral side, only 20 bytes show up?
I tried writeQ function to send more than 20 bytes but it didn't work for me. of course I think i did sth wrong; here is my send function:
the if statement block works perfectly but the else no! what am I missing?