ksksue / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
357 stars 151 forks source link

Callback Off #28

Open isokdz opened 7 years ago

isokdz commented 7 years ago

Hi. My question is . When i send the data mPhysicaloid.addReadListener is handled it. for example

mPhysicaloid.write("test", buf.length);

the readlistener give to me "test".

How can i solve this problem. i hope you understand me.