Setting up a new computer with only B4r and a Basilisk X hyperspeed mouse ( simple install only).
Connected with '24' option
Can program and download with full mouse functionality to ESP32 with FTD232/USB
As soon as I connect to the ESP32 serial through the IDE when program running the mouse clicks stop working ( mouse arrow still works)
Cursor shape changes to a big I ( usually signifies text entry)
Can't access any menu or text items in IDE but can go over and run other Windows Apps without a problem
This is a small B4J program that uses jSerial library to connect to an Arduino board. To see it working start with this simple B4R program: Sub Process_Globals Public Serial1 As Serial Private astream As AsyncStreams End Sub Private Sub AppStart Serial1.Initialize(115200)...
Hi,
It seems that your OS is wrongly registering the ESP32 board as HID . Try re-installing the ESP32 drivers (un-install previous drivers) , by connecting the ESP32 to another USB port.