B4A Library UsbSerial library 2.0 - supports more devices - agraham    Oct 25, 2024   (22 reactions) This is an expanded version of the original UsbSerial library. It has added support for Prolific PL2303 USB to serial converters, Android ADK devices and USB permissions. All devices use the same... B4A Library felUsbSerial - Alternative Usb Serial library - Erel    Mar 26, 2019   (24 reactions) This library wraps the following open source project: https://github.com/felHR85/UsbSerial (MIT license).
It is an alternative to the UsbSerial2 library.
The following devices are supported: CP210x... B4A Library USBSerial Enhanced - Based on usb-serial-for-android-3.10.0 - Peter Simpson    Jan 23, 2026   (19 reactions) Hello everyone,
The usb-serial-for-android library is a popular open-source driver collection designed for Android devices acting as a USB host. It enables communication with various USB-to-serial... Share My Creation Test app: I/O made easy with the USB Serial library - Peter Simpson    May 28, 2015   (10 reactions) Yes B4A is seriously awesome: So thanks to @DonManfred I decided to brake out my old EPoS equipment to play about with the USB Serial library 2.0. With a quick hint from @Dman about storing the logo, everything came together relatively quickly. A few years ago I created a Windows program that prints a receipt (without logo), Opened a cash drawer and printed to a pole display (see bottom image... with the Serial Library for Bluetooth printing and opening the cash drawer. Test app - Not for the public... B4A Question USB to serial log string - jimseng    May 24, 2016 Hello In my B4R program I log various bits of information to send back to the host device. On my PC the messages are in one block. On my Android device they seem to come in chunks: ToastMessageShow( bc.StringFromBytes(Buffer,"UTF8"),False) The string "hello" comes as two messages "hell" and o. Why is this? Do I need to use stringbuilder in my Android app and explici... B4J Question [SOLVED] UsbSerial for B4J? - Dadaista    Nov 26, 2017 When UsbSerial lib for B4J?:oops: My life would be simpler:):) I am not able to print in ESC/POS printer from B4J :mad::mad::(:(:(:( I have tried with this but no ports availables with bluetooth OFF in my PC. With bluetooth ON, 3 COM ports appear!!.... No bluetooth, no coms port? What can I do? Thx in advance:)... B4A Question felUsbSerial specific permissions? - techknight    Jun 22, 2023 I know there is the HasPermission and RequestPermission function built into the library, but I am tr... B4A Question USB Serial permission - iCAB    Mar 11, 2021 Hi There
I am testing USB serial using the sample code
If manager.GetDevices.Length = 0 Then
Log("No connected usb devices.")
Else
Dim device As UsbDevice = manager... B4A Question USB Serial disconnect - iCAB    Mar 5, 2021 Hi There,
I am trying the felUSBSerial library and I am wondering if there is a reliable way to che... B4A Question felUsbSerial & Alternative Usb Serial library Not working - Alhootti    Aug 22, 2024 Good Evening Gays i have been tested these both lab without any positive result. https://www.b4x.com/android/forum/threads/felusbserial-alternative-usb-serial-library.62216/page-4#posts https://www.b4x.com/android/forum/threads/usbserial-library-2-0-supports-more-devices.28176/ just showing me this msgs after word not working 156279156280... Page: 1   2   3   4   5   6   |