birla 0 Posted January 17, 2018 Share Posted January 17, 2018 Hello, I'm actually trying to communicate with Gps through Uart. But every time its giving error like this. error: #error This version of SoftwareSerial supports only 20, 16 and 8MHz processors. I don't know how to solve it. so, please help me to finish this project. it's very urgent Thanks in advance. Quote Link to post Share on other sites
dubnet 238 Posted January 17, 2018 Share Posted January 17, 2018 With the 5529 you don't want to use software serial. It isn't necessary as the 5529 has 2 hardware serial ports. if you are doing an include of the software serial library in your code you will want to remove it. Also, please only post once. You may also want to post your code with your request for help. It allows folks to better help you. birla 1 Quote Link to post Share on other sites
NurseBob 111 Posted January 18, 2018 Share Posted January 18, 2018 Use the hardware serial to communicate, not software serial. As dubnet noted, post your code. birla 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.