B4A Library UsbSerial library 2.0 - supports more devices - agraham    Oct 25, 2024   (22 reactions) .b4x.com/android/forum/threads/usbserial-library-2-0-supports-more-devices.28176/page-11#post-259167...This is an expanded version of the original UsbSerial library. It has added support for Prolific... B4A Question USBSerial with Freetronics Leostick - Erel (first post)    Dec 7, 2017 Tip: use Log instead of Msgbox.
UsbSerial supported devices: https://github.com/mik3y/usb-serial-for-android/wiki/Compatible-Serial-Devices
As well as:
Prolific PL2303
Silicon Labs CP210x
You can try SetCustomDevice. See the documentation: https://www.b4x.com/android/forum/pages/results/?query=usbserial.SetCustomDevice
Note that there is another usb serial library available named felUsbSerial.... Spanish [SOLUCIONADO]Impresora ticket - Jorgelcr (first post)    Dec 29, 2020   (5 reactions) )) Then ' Ver_2.4 xui.MsgboxAsync(UsbSerial1.DeviceInfo(USBDevice),"DeviceInfo") ' UsbSerial1.SetCustomDevice(UsbSerial1.DRIVER_SILABS, 0xFE6, 0x811E) ' UsbSerial1.SetCustomDevice(UsbSerial1.DRIVER_SILABS, 4070, 33054) If Not...) UsbSerial1.SetParameters(USBBaudRate, UsbSerial1.DATABITS_8, UsbSerial1.STOPBITS_1, UsbSerial1.PARITY_NONE... USBConnect(USBDevice As Int, USBBaudRate As Int ) If UsbSerial1.UsbPresent(USBDevice... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features of the original CustomListView and it is compatible with B4A, B4J and B4i. https://www.b4x.com.../basic4android/images/SS-2017-12-27_16.20.44.png This class replaces the platform specific CustomListView... with JumpToItem (B4i). - V1.72 (B4A only) - Fixes an issue where the designer typeface is not set when... 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 Error: java.io.IOException: Error writing 8 bytes at offset 0 length=8 [UsbSerial AND AsyncStreams LIBRARY] - CorryWestSide    Mar 10, 2025 , int)' on a null object reference
'usb1.SetCustomDevice(usb1.DRIVER_SILABS, 0x66F... object reference
'usb1.SetCustomDevice(usb1.DRIVER_SILABS, 0x18EC, 0x3118) UsbToIrda worka ma... B4A Question [felUSBSerial] Missing data while receiving bytes - FredBerlin    Apr 28, 2019 .", True)
manager.RequestPermission(device)
Else
usbserial.BUFFER_READ_SIZE = 16 * 1024 ' different settings make no difference
usbserial.Initialize... B4A Library UltimateWebView Custom View - Ivica Golubovic    Jan 1, 2024   (55 reactions) into the manifest: 'Important SetApplicationAttribute(android:usesCleartextTraffic,"true"...) AddPermission(android.permission.MODIFY_AUDIO_SETTINGS) AddPermission(android.permission.MICROPHONE..." /> ) UltimateWebView is a Custom View Library and it is possible to add a View through...: Activity.LoadLayout("Main") UltimateWebView1.SetWebViewClient 'Sets WebViewClient and its Events. UltimateWebView1.SetWebChromeClient 'Sets WebChromeClient and its... B4A Question SDK 31 and USBserial.RequestPermission - yo3ggx    Oct 18, 2022 permission for USBserial.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or... B4A Library [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh - Erel    Mar 2, 2025   (48 reactions)   tags: CLVSwipe, CLVSwipe - CustomListView, xuiCLV, xclv swipe pull, clv, myapp the standard xCustomListView library. It is compatible with B4A and B4i (currently not with B4J). Both..., xCustomListView and ViewsEx v1.30+. 2. Initialize Swipe and pass the CustomListView. 3. In B4i, call Swipe.Resize when the page is resized. Adding action commands: - Set the action colors: Swipe...: CustomListView1.AddTextItem($"Important item ${i} ..."$, Swipe.CreateItemValue("", Array... panel. This is the panel that appears when the user pulls the list. - Set it with Swipe... Page: 1   2   3   4   5   |