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 simple interface intended to be used with AsyncStreams and AsyncStreamsText. Note that AsyncStreams pref B4A Tutorial [B4X] The Networker's Guide To The Galaxy - Erel    Jul 14, 2016   (32 reactions) B4J Server WebSockets - jServer supports both HTTP requests and WebSockets. Can be used as a backend solution with WebSocketClient libraries. Client and server maintain an active and symmetric connection. Supports web applications: ABMaterial. Can run in the local network or over the internet. The B4A Question SDK 31 and USB.RequestPermission - agraham (first post)    Oct 19, 2022   (2 reactions) UsbSerial is irrelevant as far as Fillippo is concerned. It is not a replacement for the USB library. He is not dealing with simulated serial ports, he is dealing directly with USB devices, the USB library is a wrapper round the Android USB APIs. He needs the USB library modified to add the now requ B4A Question Subscribe to library updates - agraham (first post)    Oct 18, 2022   (8 reactions) UsbSerial V2.5 is available It is identical to version 2.4 but adds the required flag for Pending Intents when targeting SDK 31+. https://www.b4x.-library-2-0-supports-more-devices.28176/#content B4A Question SDK 31 and USBserial.RequestPermission - yo3ggx    Oct 18, 2022 Hello,
As already mentioned in another thread, with targetSdkVersion="31" (mandatory for Play Store updates after 1st or November), I get the following error when trying to request permission for USBserial.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be B4A Question felUsbSerial v1.12 Error at random intervals ArrayIndexOutOfBoundsException, and lost characters - Daestrum (first post)    Jul 31, 2024   (1 reaction) felhr.usbserial.SerialBuffer
Working with class: com.felhr.usbserial.SerialInputStream
No ShortName annotation found for class: com.felhr.usbserial.SerialInputStream
Working with class: com.felhr.usbserial.SerialOutputStream
No ShortName annotation found for class: com.felhr.usbserial.SerialOutputSt B4A Question UsbSerial - massive NewData events raised - mmanso (first post)    Aug 25, 2021 I need data to detect if the printer have low paper or the paper runned out. We have a kiosk application and it's important that people know that the paper is over (or almost). B4A Question USB GPS Dongle - agraham (first post)    Aug 24, 2024   (1 reaction) In that case it looks like usb.Open is returning usb.USB_NONE (0) which means that UsbSerial has not recognised the device. This is probably because it does not recognise at least one of the Driver, Product or Vendor Ids. It looks from your photo that it might be a CDC ACM type device so try this be B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Oct 27, 2024   (1 reaction) What's New Since Last Week (18 Oct 2024 to 26 Oct 2024)
B4X
Social
GreenApi - WhatsApp API
Green API is a platform that allows you to send and receive WhatsApp messages through a stable API.
https://www.b4x.com/android/forum/threads/b4x-greenapi-whatsapp-api.157101/
B4A
Serial comm/USB
UsbSeri B4A Library felUsbSerial - Alternative Usb Serial library - Erel    Mar 26, 2019   (23 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, CDC, FTDI, PL2303 and CH34x.
Usage is simple. You find the UsbDevice with USB library and then ini Page: 1   2   3   4   5   6   7   Powered by ColBERT |