What happens when you press on the Start button? Do you see any message?
Hello Erel,
He say the phone authorize for using the USB.
After the checking permission, I have
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
Checking permission
Manufacturer : not available
Product : not available
Serial : not available
DeviceName : /dev/bus/usb/001/002
DeviceClass : USB_CLASS_COM (communication device)
DeviceSubClass : 0
Device ID : 0x3EA
ProductId : 0x20
VendorId :0x1519
B4aInterfaceNumber : 0
InterfaceClass : USB_CLASS_COM (communication device)
InterfaceSubClass : 2
InterfaceProtocol : 1
EndpointNumber : 5
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_INT (interrupt)
EndpointAttribute : 3
EndpointInterval : 4
EndpointMaxPacketSize : 64
B4aInterfaceNumber : 1
InterfaceClass : USB_CLASS_CDC_DATA(CDC device)
InterfaceSubClass : 0
InterfaceProtocol : 0
EndpointNumber : 1
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
EndpointNumber : 1
EndpointDirection : out
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
B4aInterfaceNumber : 2
InterfaceClass : USB_CLASS_COM (communication device)
InterfaceSubClass : 2
InterfaceProtocol : 1
EndpointNumber : 6
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_INT (interrupt)
EndpointAttribute : 3
EndpointInterval : 4
EndpointMaxPacketSize : 64
B4aInterfaceNumber : 3
InterfaceClass : USB_CLASS_CDC_DATA(CDC device)
InterfaceSubClass : 0
InterfaceProtocol : 0
EndpointNumber : 2
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
EndpointNumber : 2
EndpointDirection : out
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
B4aInterfaceNumber : 4
InterfaceClass : USB_CLASS_COM (communication device)
InterfaceSubClass : 2
InterfaceProtocol : 1
EndpointNumber : 7
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_INT (interrupt)
EndpointAttribute : 3
EndpointInterval : 4
EndpointMaxPacketSize : 64
B4aInterfaceNumber : 5
InterfaceClass : USB_CLASS_CDC_DATA(CDC device)
InterfaceSubClass : 0
InterfaceProtocol : 0
EndpointNumber : 3
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
EndpointNumber : 3
EndpointDirection : out
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
B4aInterfaceNumber : 6
InterfaceClass : USB_CLASS_COM (communication device)
InterfaceSubClass : 2
InterfaceProtocol : 1
EndpointNumber : 8
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_INT (interrupt)
EndpointAttribute : 3
EndpointInterval : 4
EndpointMaxPacketSize : 64
B4aInterfaceNumber : 7
InterfaceClass : USB_CLASS_CDC_DATA(CDC device)
InterfaceSubClass : 0
InterfaceProtocol : 0
EndpointNumber : 4
EndpointDirection : In
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
EndpointNumber : 4
EndpointDirection : out
EndpointType : USB_ENDPOINT_XFER_BULK (bulk)
EndpointAttribute : 2
EndpointInterval : 0
EndpointMaxPacketSize : 512
But it is the same Product Id and Vendor Id, same values if the FTDI or the PC are connected or nothing are connected on the android.
The "Stop" and "Send abcde" are not enabled.
The phone is seen as serial port com #8 by Tera Term, but nothing works because the variable dev = usb.Open(9600) is equal to 0.
Thank in advance for the reply.
frederic