Skip to content

bugfix: unswap pins in usbconfig.h - #2

Open
todd-herbert wants to merge 1 commit into
TechFactoryHU:masterfrom
todd-herbert:master
Open

bugfix: unswap pins in usbconfig.h#2
todd-herbert wants to merge 1 commit into
TechFactoryHU:masterfrom
todd-herbert:master

Conversation

@todd-herbert

Copy link
Copy Markdown

The library, as is, fails to enumerate as a USB device on my machine.

The wiring diagram in circuits/arduino_vusb_dev_schematic.png shows the D+ line connected to pin 2, and the D- line connected to pin 7.

usbconfig.h currently shows the opposite, with D+ = 7, and D- = 2
After swapping these values, the library works as expected on my machine.

@DRCRecoveryData

DRCRecoveryData commented May 14, 2024

Copy link
Copy Markdown

The library, as is, fails to enumerate as a USB device on my machine.

The wiring diagram in circuits/arduino_vusb_dev_schematic.png shows the D+ line connected to pin 2, and the D- line connected to pin 7.

usbconfig.h currently shows the opposite, with D+ = 7, and D- = 2
After swapping these values, the library works as expected on my machine.

Hi,

Can you test my new example of button and pot?

https://github.com/DRCRecoveryData/vusb-arduino/tree/master

@todd-herbert

Copy link
Copy Markdown
Author

@DRCRecoveryData Can you describe the issue you are having?
Looking at the repo you linked, maybe there's some helpful info here: https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/#manual-installation

@DRCRecoveryData

Copy link
Copy Markdown

@DRCRecoveryData Can you describe the issue you are having?
Looking at the repo you linked, maybe there's some helpful info here: https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/#manual-installation

Ah i mean i create new code example but i don't have the arduino uno board in here to test with v-usb as midi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants