B4A Library felUsbSerial - Alternative Usb Serial library - Erel    Mar 26, 2019   (24 reactions) initialize felUsbSerial, configure it and start reading.
Sub Process_Globals
Private usbserial As felUsbSerial
Private manager As UsbManager
Private bc As ByteConverter
End Sub
Sub Globals... 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 [felUSBSerial] Missing data while receiving bytes - FredBerlin    Apr 28, 2019 Hello everybody!
After using felUSBSerial for some while, I realized that once a while some bytes... usbserial As felUsbSerial
Private manager As UsbManager
Private bc As ByteConverter
End Sub... 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... B4A Question (solved)felUsbSerial-reading data - f0raster0    Nov 11, 2018 /example
https://www.b4x.com/android/forum/threads/felusbserial-alternative-usb-serial-library.62216....
'These variables can be accessed from all modules.
Private usbserial As felUsbSerial... B4A Question felUsbSerial-error:maybe SDK26 or android-28\android.jar - f0raster0    Nov 10, 2018 .RuntimeException: Error opening serial device.
at anywheresoftware.b4a.objects.usb.felUsbSerial.Initialize2(felUsbSerial.java:74)
at anywheresoftware.b4a.objects.usb.felUsbSerial.Initialize... B4A Question felUsbSerial v1.12 Error at random intervals ArrayIndexOutOfBoundsException, and lost characters - weighment (first post)    Aug 5, 2024 .adaptArray in the current source here
https://github.com/AnywhereSoftware/B4A/tree/master/felUsbSerial/src
in this file on line 493:
https://github.com/AnywhereSoftware/B4A/blob/master/felUsbSerial/src/com... B4A Question Strange issue with USB comms (felUsbSerial) - peacemaker (first post)    Jul 1, 2024 Maybe updated some SDK of the MCU, or Arduino, libs version ?... Other How get (read) CTS and DSR state using felUsbSerial library? - pistikebacsi    May 24, 2024 - For set (write) of RTS and DTR line of FTDI, CP2102 or CH340 type USB to Serial dongle I found on the Forum and tested two working program sequence:
After declaring in
Sub Process_Globals
Private usbserial As felUsbSerial ' library ver.2.4 I can use
1 Solution: use sequence
Dim r As Reflector
r.Target = usbserial
r.RunMethod2("setRTS", True, "java.lang.boolean") '... B4A Question felUsbSerial - how to write code to response DSR(or CTS) changed event - pistikebacsi (first post)    May 13, 2024 I would like to know if there is any new possibility when using the felUsbSerial library to read the CTS and DSR lines.
Maybe I can find a link to find a more recent library or a working example for... Page: 1   2   3   |