Hi
I have try to make communication between Samsung <-> Bluetooth module.
AsyncStreams is recommended method. Where I can find exampe and sourcecode?: BangHead:
What is interface: serial port or lan. I would like connect to bluetooth module.
Can you collect all to one package (async.b4a). What all I must done, step by step.
There is no difference between different types of streams when working with AsycnStreams. You should first establish a connection as explained in the serial tutorial. Then initialize AsyncStreams with the input and output streams. Once AsyncStreams is initialized it behaves exactly as described in the tutorial.