Detecting Microcontroller through HC-05 Bluetooth

Normally, I am very good at finding forums that I can use as a reference. however, in this case I am not sure how to word my search.

I am working on using an Arduino Micro and HC-05 as a bluetooth joystick. When I connect my Arduino via USB, my computer detects the name of the Arduino automatically. The issue is that if I switch to the HC-05 COM Port the Arduino device no longer appears in my device manager, and my program no longer works because it is not detecting an Arduino Micro device. I need to be able to detect the Arduino board through the HC-05 as I would with a USB connection, is there any way to do this?

Thanks in advance!

anabeca18:
Normally, I am very good at finding forums that I can use as a reference. however, in this case I am not sure how to word my search.

I am working on using an Arduino Micro and HC-05 as a bluetooth joystick. When I connect my Arduino via USB, my computer detects the name of the Arduino automatically. The issue is that if I switch to the HC-05 COM Port the Arduino device no longer appears in my device manager, and my program no longer works because it is not detecting an Arduino Micro device. I need to be able to detect the Arduino board through the HC-05 as I would with a USB connection, is there any way to do this?

Thanks in advance!

Your PC knows what device is on the other end of the USB because that device TELLS the PC that information. If you want the same to take place with other communication, then you need to program for that capability.

Paul