B4J Library jSerial library - Erel    Mar 6, 2025   (23 reactions) The jSerial library allows you to open and communicate with other devices through the computer COM... related to jSerial and B4J Packager 11: https://www.b4x.com/android/forum/threads/jserial-library.34762... B4J Question (Solved) Error building Standalone Package with jSerial library v1.40 - aeric    Mar 5, 2025 folder: C:\B4X\DEVELO~1\MY3EB8~1\B4J\Objects\temp\build
InputJar: C:\B4X\Development\MyApp\B4J\Objects\MyApp.jar
Running: C:\B4X\DEVELO~1\MY3EB8~1\B4J\Objects\temp\FindDosPath.exe
Running: C:\Java\jdk... B4J Library jSerial Enhanced Library - Peter Simpson    Jul 25, 2026   (16 reactions) Hello everyone. This is my own personal all‑in‑one jSerial Enhanced library. I use this library for... initialized and is open. This is the latest version of jSerial available on GitHub, so I wrapped... CH340 172566 Standard serial adapters also work 172567 SS_jSerialEnhanced Author: Peter Simpson Version: 1.0 jSerialEnhanced Enhanced Serial library for B4J using the jSerialComm backend. Events... JSerial library. This library is fully asynchronous and non‑blocking. It operates on its own... B4J Question jSerial library update - peacemaker    Feb 26, 2025   (1 reaction) Hi, All and @Erel
Is it possible to update the library ?
I hope this may help to improve work... catchable ?
p.s. and maybe jBluetooth can be updated ?... B4J Question Test jSerial library - BogdanU (first post)    Oct 24, 2025 I knew the SetParams method. Unfortunately, changing the baud rate using it had no effect. This only affected the project in the attachment.
I found another example on the Chat_B4j forum where... B4A Question Is there the libray for B4A compatible with jSerial library? - Olaan (first post)    Mar 2, 2025 /threads/each-countries-has-created-citizen-id-card-library-for-using-id-card-detected-equipment-alike-or-not.159726/page-2#post-981161
Hi Aeric,
I would like to say with respect to your ability. Serial... B4J Library jBluetooth library - Erel    Aug 2, 2020   (28 reactions)   tags: Erel /forum/posts/379631/ Don't confuse it with jSerial library: https://www.b4x.com/android/forum/threads/jserial-library.34762/#content jSerial library provides access to com ports (you can map a Bluetooth adapter to a virtual com and then use jSerial to connect with a Bluetooth device...This library allows you to discover and connect to Bluetooth devices. It is similar to B4A Serial library. It is based on the BlueCove open project (Apache license): http://bluecove.org/ This library... B4J Library jSerial for AArch64 - Blueforcer    Jul 17, 2018   (1 reaction) I wanted to open a serial interface on my pine64 Board with ARM-64bit. Unfortunately, the official jSSC Lib does not support 64bit architecture. I have built a new one which supports 64bit as well as the officially supported platforms. Just replace the jssc.jar from the jSerial Library with the attached one.... B4R Tutorial [tool] External Serial Connector - Erel    May 19, 2020   (6 reactions)   tags: jNetwork + jReflection that uses jSerial library to connect to an Arduino board. To see it working start with this simple B4R program: Sub Process_Globals Public Serial1 As Serial Private astream As AsyncStreams End Sub Private Sub AppStart Serial1.Initialize(115200) Log("AppStart") astream.Initialize(Serial1.Stream, "Astream_NewData", "Astream_Error") End Sub Sub... this mode the IDE will send a message to the serial connector to close the serial port during... B4J Question jSerial library - Exchange is very slow... - Erel (first post)    Jul 11, 2017 There are no other delays in the library so I guess that the delay comes from the serial driver itself.... Page: 1   2   |