B4A Tutorial B4A-Bridge source code - Erel    Sep 02, 2024   (13 reactions) B4A-Bridge is made of two components. One component is running on the device and the other is embedded in the IDE. The device side is the server side. It waits for connections and when a connection is established it handles the "action" messages. The code itself is made of a simple activity: https B4J Tutorial AsyncStreamsObject - Send and receive objects over the network - Erel    Aug 10, 2016   (8 reactions) For new projects it is recommended to use B4XSerializator instead of this solution. http://www.b4x.com/basic4android/images/SS-2013-11-14_13.26.52.png AsyncStreamsObject allows you to send and receive objects instead of bytes. You can read more about it here: http://www.b4x.-send-and-receive-obj B4A Question 6 computers communicating via AsyncStreamsObject - Erel (first post)    Nov 16, 2015   (1 reaction) A new client has connected to the server so this event is raised.
We create an AsyncStreams object that works with this socket.
Now we need to store this AsyncStreams object. In this case the astream itself is used as the key and the value is an additional object which we will later use to show the B4A Question MsgboxAsync with AsyncStreams object - GaNdAlF89    Mar 02, 2021 Hi to all!
I need to connect to a physical (with laser) barcode reader via bluetooth, and I receive the barcode read using the AsyncStreams object. I need a MsgboxAsync inside both the "AsyncStreamReader_NewText (strBuffer As String)" and "AsyncStreamReader_Error" events.
Since these are events not B4J Question AsyncStreams object passed to class wrapping jSerial - newdata event not found - DonManfred (first post)    Jan 02, 2018   (1 reaction) the event sub should be in the class. B4J Question About debugging and threads memory management - Erel (first post)    May 03, 2015 It depends on your app. Each AsyncStreams object uses two threads.
The JVM is capable of handling hundreds of threads. B4A Question Bluetooth app - luke2012 (first post)    Jul 03, 2023 Thanks again for your reply.
To better understand the technical feasibility of the solution I would like to implement, with an implementation based on AsyncStreams & Bluetooth serial, would it be possible for smartphone A to receive the objects from other n smartphones, (B, C, and E, for example), t B4A Question Receive text using AsyncStreamsText (Error) - Erel (first post)    May 15, 2017   (1 reaction) It is better to name the variable AST as it is an AsyncStreamsText object, not AsyncStreams object.
AsyncStreams.Write - Expects an array of bytes.
AsyncStreamsText.Write - Expects a string. B4A Question AsyncStreamsObject - Send and receive objects over the network - Erel (first post)    May 07, 2015   (2 reactions) I'm sorry but I don't understand the question. B4J Question New User - peacemaker (first post)    Nov 19, 2022   (1 reaction) Study objects "Serial" and "AsyncStreams" from libs: jSerial jRandomAccessFile Page: 1   2   3   4   5   6   7   Powered by ColBERT |