possible to rename the ESP32S3 USB JTAG/serial debug unit for android ?
Posted: Sun Feb 26, 2023 10:36 pm
Hi,
I use the ESP32S3 serial JTAG/USB for transfering data with an android Smartphone.
In my application, and it is neccessary in Android to ask the user for permission to connect to the USB device.
For this, I call a predefined view calling by : bool permissionGranted = await usbManager.RequestPermissionAsync(driver.Device, this);
In this view, appair the name of the JTAG/serial : USB JTAG/serial debug unit
it is possible to rename "USB JTAG/serial debug unit", in other name on the ESP32S3 chip ?
Thnaks in advance for, your answer.
I use the ESP32S3 serial JTAG/USB for transfering data with an android Smartphone.
In my application, and it is neccessary in Android to ask the user for permission to connect to the USB device.
For this, I call a predefined view calling by : bool permissionGranted = await usbManager.RequestPermissionAsync(driver.Device, this);
In this view, appair the name of the JTAG/serial : USB JTAG/serial debug unit
it is possible to rename "USB JTAG/serial debug unit", in other name on the ESP32S3 chip ?
Thnaks in advance for, your answer.