asyncstreams

  1. yo3ggx

    Android Question Wait For with Astream

    Hello everybody. I have the following situation. I'm sending some data over usb serial and I have to wait for an answer from the other party (a hardware device) before sending data again. I want to use Wait For with AsyncStream, but there are situations when the other party does not answer at...
  2. Andre Stefan

    Android Question Are you missing a library reference? - YES I AM !!!

    I am getting this error and after time reading various treads I can't figure out how to get rid of it ... B4A Version: 9.30 BETA #2 Java Version: 11 Parsing code. Error Error parsing program. Error description: Unknown type: asyncstreams Are you missing a library reference? Error occurred on...
  3. johnf2013

    Android Question SOLVED BT, AsyncStreams, and asymmetric prefix mode

    I have an app that is to communicate with an STM32 sending short, usually single byte, commands and receiving large packets of sensor data over BT, frequently (50Hz or so). The app and the firmware are both written and run happily in simulation mode. They are just waiting for me to finish the...
Top