You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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;
}
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~
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
The text was updated successfully, but these errors were encountered: