arduino-libraries / Keyboard

GNU Lesser General Public License v3.0
225 stars 158 forks source link

Keyboard.println does not send carriage return #14

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

Moved from arduino/Arduino#7026 by @marcspeth

Yesterday I updated from version 1.6.5 to version 1.8.5 and my project that uses an Arduino Leonardo to send text via keyboard output no longer sends carriage returns at the end of a PRINTLN command. (yes, using version 1.8.5 I added #include keyboard.h and #include mouse.h)

I also tried expressly sending a Carriage Return with Keyboard.print(13); and that does not send a Carriage Return either.

I then took the project back to version 1.6.5 (and commented out the #include keyboard.h and #include mouse.h ) and it compiles and works correctly once again.

per1234 commented 6 years ago

Seems to be related to https://github.com/arduino-libraries/Keyboard/issues/13.

facchinm commented 6 years ago

Fixed by 977e7b4