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

VR3 in Hardware Serial (Arduino Mega) #10

Open
hbadotti opened this issue Dec 27, 2017 · 3 comments
Open

VR3 in Hardware Serial (Arduino Mega) #10

hbadotti opened this issue Dec 27, 2017 · 3 comments

Comments

@hbadotti
Copy link

How can I make it work with hardware serial pin from Arduino Mega?

@baritonomarchetto
Copy link

Same issue here, mainly because you cannot replace the function

myVR.recognize(buf, 50);

With

Serial.recognize(buf, 50);

being that ".recognize()" is not a Serial handler ...

anyone?

@hbadotti
Copy link
Author

Yea, I'm using hardware raw commands... Like serial.write and listen to make it work...

@imraanykhan
Copy link

Did anyone find a fix to this? Or any fix for getting it to work on the mega

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

3 participants