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
I can not compile ScanNetwork example
shows following error
\utility\at_drv.cpp:2207: error: 'Serial1' was not declared in this scope
\utility\at_drv.cpp:2207: error: 'Serial2' was not declared in this scope
Arduino UNO R3 with IDE 1.0.5-r2
The text was updated successfully, but these errors were encountered:
I believe the uno only has 1 serial port . I believe you'll need to modify to allow it to use the one serial port the uno has. You won't have any debugging though. Easier to buy a arduino mega 2560 should compile right out of box
I can not compile ScanNetwork example
shows following error
\utility\at_drv.cpp:2207: error: 'Serial1' was not declared in this scope
\utility\at_drv.cpp:2207: error: 'Serial2' was not declared in this scope
Arduino UNO R3 with IDE 1.0.5-r2
The text was updated successfully, but these errors were encountered: