MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with the USB cable disconneted

esportsim opened this issue · comments

Hi, this is Carlo. Thanks for this amazing library.
I have a problem. I use the leonardo and when I unplug the usb cable from the PC the code cycle very slowly.
Do you know why? it's normal or it can be solved?
thanks you

If you are trying to communicate on the Serial port and you are not connected to the host computer (i.e., you unplug the USB cable), that can cause a slowdown in some cases.