multiple readers/writers per stream

mterveen

Member
Licensed User
Longtime User
once i am successfully connected to a bluetooth device using serial.connect, can i attach multiple readers/writers to the serial input and output streams?

in other words, can i have a textreader, textwriter, inputstream, outputstream, asyncstreams all attached to the serial.inputstream at the same time? i like various aspects of each (e.g. bytes available only is in the inputstream) and would like to use each during the same connection. if they cannot all be active simultaneously, what is the best way to connect/disconnect to the stream without losing the underlying bluetooth connection?
 
Top