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 (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 & 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 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 ?... B4A Question Strange problem with FelUsbSerial library and 3D Printer controller running Marlin @ 250000 bps - max123    Apr 28, 2018 Hi all, I would like to write a B4A application capable of connecting to USB controllers for 3D Printers, in this regard I did some tests with the FelUsbSerial library, but I have a problem that I can not solve in any way. My 3D Printer controller is equipped with a FTDI serial converter and... to convert this printing application to B4A using FelUsbSerial library, but I'm stuck for... these specified above baud rates to the FelUsbSerial library. Many thanks.... 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") '... Page: 1   2   3   |