Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Arduino serial Buffer

Status
Not open for further replies.

Dumken

Member
Good day guys. Can Arduino serial buffer hold more than 64bytes. Maybe 512, 1024 or higher than that. If Yes. Pls give me a clue on how to do it.
 
Good day guys. Can Arduino serial buffer hold more than 64bytes. Maybe 512, 1024 or higher than that. If Yes. Pls give me a clue on how to do it.

Go into your libraries locate software serial open SoftwareSerial.h... Try changing "_SS_MAX_RX_BUFF 64"
But don't go too far as there is only 2k of ram... Who knows how much the ardunio software takes up!!
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top