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

Set Baud Rate #1

Open
gary9716 opened this issue Jan 19, 2016 · 3 comments
Open

Set Baud Rate #1

gary9716 opened this issue Jan 19, 2016 · 3 comments

Comments

@gary9716
Copy link

Hi, currently I have some problems using 115200 with Serial1,2,3 in Arduino Mega.(It worked just fine for Due but I hope it could also be applied to Mega and other arduino board) I guess it's because the baud rate is too high. So I'm wondering whether there is an AT command for setting the baud rate in LinkIt Connect 7681

@gary9716
Copy link
Author

Also, the library wasn't compatible with Teensy. Hopefully it could be fixed one day.

@gary9716
Copy link
Author

I have made it compatible with Teensy by change the code at line 175 in MT7681.cpp
String result = _wait_for(str.c_str(),160);
if(result.length() != 0)
{
return true;
}

@will127534
Copy link

I think that the baud rate limit in Mega is far more than 115200,maybe that is cause by other bug
I'll have a look with it.
also thanks for the update , I'll check in later~

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