Is it possible to receive data from a virtual USB port via textreader? At present I am using asynstreamstext. But debugging mode stops soon since the data stream becomes interupted. In B4A, I use textreader/writer and debugging works well.
It will probably fail as the Serial library is built to work with AsyncStreams.
AsyncStreams is the correct way to work with network streams. This is also true in Basic4android.