Windows 10, CCS 7.2, wireless keyboard and mouse.
I was wondering what a working output might look like for the usb host
keyboard and mouse examples? Will these demos even work if these peripherals
are wireless?
Thanks,
Priya
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Windows 10, CCS 7.2, wireless keyboard and mouse.
I was wondering what a working output might look like for the usb host
keyboard and mouse examples? Will these demos even work if these peripherals
are wireless?
Thanks,
Priya
Ralph,
When I run the host keyboard/mouse examples, the PuTTY termal just waits after the
UART_printf statement:
UARTprintf("Host Keyboard Application\n"); OR
UARTprintf("USB Host Mouse Example\n");
UARTprintf("Waiting for device....\n");
The PuTTY terminal does not respond to the keyboard or mouse. Maybe its the windows 10,
or maybe its because the keyboard and mouse I'm using are both wireless. Is there another
possible reason?
The only USB example that output something on EK button press was usb_dev_keyboard.
This example also echos whatever I type on the keyboard to PuTTY, it seems like there is a
character count limit after which the EK needs a reset to restart the program.
The example being "host" means the EK is the host (like a laptop) and the keyboard/mouse
are its peripherals. Let me know if its otherwise.
Thanks,
Priya
Ralph,
I'd like to understand why the usb host examples don't work as expected.
Running the debugger, on usb_host_keyboard, the program gets as far as
USGOTGMain. I push the reset on the EK. PuTTY does not follow the keyboard.
I am unable to halt the MCU to look at any runtime views. Is the reason:
1. The need for a wired USB keyboard?
2. Change the computer OS from windows 10 to windows 7?
3. Or get new Tiva drivers?
I am only trying to run examples, and none of the USB examples are working
that model the application which is concerning.
I appreciate feedback.
Thanks,
Priya
Priya Nadathur70 said:Point 2 should be change from windows 10 to windows 10 operating system.
You may "edit" your earlier post (which included the above) to make things simpler for your vendor helper.
Edit results from your "return" to your (past, post to be edited) - then clicking "More - followed by Edit" (at which point your past post will open - and accept your edit...)
EKSetup.htmMy setup is identical to yours (picture attached, I was unable to edit it to add notes). I don't
see any unknown device in the device manager. I tried deleting the TI windows driver program
under programs and features. I have the patch installed under
C:\ti\TivaWare_C_Series-2.1.4.178\windows_drivers
TI windows driver program doesn't show up under programs and features. Let me know if you
see anything amiss.
Thanks,
Priya
Hello Priya,
I think our setup is actually quite different, I am not using a USB hub like you are. I'm not sure what that hub is or what impact it may have on Win10? If it works for Win7 honestly I'm a bit surprised.
When I said adapter, this is what I meant:
This setup keeps any extra hardware which could interfere with the communication out of the picture.