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 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 ?... B4A Question Is there the libray for B4A compatible with jSerial library? - Theera    Mar 2, 2025 I'm still looking for the libray for B4A compatible with jSerial library. (Easy to connect the card reader.)... 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.... Bug? B4J jSerial Library Data Error - Erel (first post)    Feb 17, 2017 This is most probably not a bug. Please start a new thread in the questions forum and post the relevant code (B4R code and B4J code).... Share My Creation SithasoDaisy jSerial (Port) Communication WebApp Source Code - Mashiane    May 4, 2023   (6 reactions) jSerial. https://paypal.me/anelembanga?country.x=ZA&locale.x=en_US I'm excited that this is going fairly well. 141726 Chat App 141728 Libraries Used 141732 Opening the Web App http://localhost:55056/serial Virtual Ports Download Null Modem Emulator https://sourceforge.net.../version/hercules_3-2-8.exe Content of Interest https://www.b4x.com/b4j/help/jserial.html https://www.b4x.com/android/forum/threads/jserial-library.34762/ https://www.b4x.com/android/forum/threads/jserial... Page: 1   2   |