Can I use asyncstreamstext in conjunction with serial in B4R?
If not, how do I handle Buffer in this sub:
so I can separate out each piece of data ending with a newline in a similar method Erel suggested in this question https://www.b4x.com/android/forum/threads/usbserial-with-freetronics-leostick.86967/ by way of this reference felUsbSerial - AsyncStreamsText: https://www.b4x.com/android/forum/threads/usb-to-serial-log-string.67231/#post-425804?
If not, how do I handle Buffer in this sub:
B4X:
Sub astream_NewData (Buffer() As Byte)
End Sub
so I can separate out each piece of data ending with a newline in a similar method Erel suggested in this question https://www.b4x.com/android/forum/threads/usbserial-with-freetronics-leostick.86967/ by way of this reference felUsbSerial - AsyncStreamsText: https://www.b4x.com/android/forum/threads/usb-to-serial-log-string.67231/#post-425804?