Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples of EasyTransfer wouldn't work for Arduino Leonardo #3

Open
X-Y opened this issue Mar 17, 2013 · 1 comment
Open

Examples of EasyTransfer wouldn't work for Arduino Leonardo #3

X-Y opened this issue Mar 17, 2013 · 1 comment

Comments

@X-Y
Copy link

X-Y commented Mar 17, 2013

As Serial1 is the hardware serial in Leonardo, while in examples Serial is used, it generates an error:

error: no matching function for call to 'EasyTransfer::begin(byte_, unsigned int, Serial__)'
candidates are: void EasyTransfer::begin(uint8_t_, uint8_t, HardwareSerial_)

There can be a line of comment instructing people to switch to Serial1 if they're using Leonardo

@cb88
Copy link

cb88 commented May 14, 2015

It would be better if the library were extended to support the USB serial port on the Leonardo... it is in fact a hardware serial port after all it just so happens that it is directly connected to the USB port rather than being connected to a serial to usb chip etc...

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

No branches or pull requests

2 participants