B4A Library [class] AsyncStreamsText - Useful when working with streams of text - Erel    Apr 3, 2014   (13 reactions) a Bluetooth GPS then you cannot use prefix mode.
AsyncStreamsText can help you if:
1. The data sent is text... formats will work).
AsyncStreamsText works by handling the NewData event and looking for the end of line... B4J Tutorial jSerial + AsyncStreamsText + com0com (virtual serial port) - erol34    Dec 1, 2022   (12 reactions) Hello friends, This is my first but not last post in forum :D When I checked B4J_chat.zip file in Erel's post, I see that there is an old .fxml designer file that can not be recognized by B4J 9.8. I succeed to convert 1.fxml to 1.bjl file and succeed to make communicate Hercules (a terminal program) and B4J chat program by using AsyncStreamsText module. These are not a victory for... AsyncStreamsText and for all.. 136649... B4A Question [STOP] Please help me with Socket and AsyncStreamsText - emexes (first post)    Jan 8, 2025   (1 reaction) , SocketNTA.InputStream, SocketNTA.OutputStream)
AStreamNTrip.Write(msg)
Wait For AStreamNTRIP_NewText(Text As String)
Log(Text)
End Sub... B4A Question Print via WIFI to network printer, AsyncStreamsText , printer not released - DonManfred (first post)    Aug 17, 2023   (1 reaction)
What library has the class "AsyncStreamsText"?
The Forumsearch IS working.
https://www.b4x.com/android/forum/pages/results/?query=AsyncStreamsText... B4J Question AsyncStreamsText library - bdunkleysmith (first post)    Jul 27, 2023   (1 reaction) It is a class: AsyncStreamsText - Useful when working with streams of text... Bug? Serial communication with AsyncStreamsText module - GiovanniPolese    Aug 21, 2016 the Internet communication, while I use AsyncStreamsText.bas module and Serial lib for serial communication over Bluetooth. Versions are the latest. I took AsyncStreamsText.bas module from posts on the site... B4A Question AsyncStreamsText parse string - Declan    Jan 11, 2016 success
ast_NewText:
Sub ast_NewText(strRX As String)
lblMonitor.Text = strRX
Dim sep1..., mEventName & "_NewText", s.SubString2(start, i))
start = i + 1... B4A Question Error: AsyncStreamsText Example - Declan    Nov 6, 2015 When I run the AsyncStreamsText Example I get the following error:
B4A version: 5.20
Parsing code. (0.00s)
Compiling code. Error
Error compiling program.
Error description: Missing parameter... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (41 reactions)   tags: B4A B4J, FTP AsyncStreamsText class to read the clients text commands. It creates a new FTPDataConnection instance.... As it is based on AsyncStreams and it can handle multiple concurrent connections. It is compatible... closes the connection. Note that a new method was added to AsyncStreams that allows closing... B4R Tutorial HC 05 Classic Bluetooth - Erel    Apr 8, 2019   (10 reactions) I chose to send a string and to read it in the Android side with AsyncStreamsText. AsyncStreamsText takes...(10)) 'end of line character. AsyncStreamsText will cut the message here End Sub Sub... Process_Globals Public Serial1 As Serial Private SerialNative1 As Stream Private astream As AsyncStreams Private leds(1) As Pin Private timer1 As Timer End Sub Private Sub AppStart Serial1...) { ::Serial1.begin(9600); b4r_main::_serialnative1->wrappedStream = &::Serial1; } #end if... Page: 1   2   3   |