Hi,
Is it possible to use:
to get the stream created with inline code.
I cannot use Serial1. because I don't have it.
I can make the SSP connection with the inline code and want to grab the stream in b4i code, then I can reuse my B4A code
Can this be done?
Can I make a event to see when the connection done ?
Mogens
Is it possible to use:
B4X:
AStreams.InitializePrefix(Serial1.InputStream, True, Serial1.OutputStream, "AStreams")
to get the stream created with inline code.
I cannot use Serial1. because I don't have it.
I can make the SSP connection with the inline code and want to grab the stream in b4i code, then I can reuse my B4A code
Can this be done?
Can I make a event to see when the connection done ?
Mogens