Skip to content

Update libraries/SoftwareSerial/SoftwareSerial.h #58

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

Closed
wants to merge 1 commit into from
Closed

Update libraries/SoftwareSerial/SoftwareSerial.h #58

wants to merge 1 commit into from

Conversation

kasperskaarhoj
Copy link

I wrapped _SS_MAX_RX_BUFF in "#ifndef // #endif" so that it can be customised in applications needing a larger buffer (for instance when reading SMS messages from a GPRS module)

@LJNielsenDk
Copy link

I'd love to see this merged in, I was annoyed at not having this the other day.

@rei-vilo rei-vilo mentioned this pull request May 30, 2012
pasky referenced this pull request in pasky/Energia Jun 15, 2012
Implementation of micros() — Fix for issue energia#58
Limited differences.
@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie added feature request A request to make an enhancement (not a bug fix) Library: SoftwareSerial The SoftwareSerial Arduino library labels Apr 8, 2015
tbowmo pushed a commit to tbowmo/Arduino that referenced this pull request Jul 14, 2016
simplify wait(), substitute waitForReply(), adding watchdog resets
sandeepmistry added a commit to sandeepmistry/Arduino that referenced this pull request Jul 18, 2016
To allow sketches to override value as per arduino#58.
@sandeepmistry
Copy link
Contributor

I could not merge and rebase this via the command line, so I've manually made the change in: b37430b.

@sandeepmistry sandeepmistry added this to the Release 1.6.10 milestone Jul 19, 2016
@flatsiedatsie
Copy link

For some reason I wasn't able to override the value.

#define _SS_MAX_RX_BUFF 255                         // The size of the software serial buffer
#include <SoftwareSerial.h>                       // A software library for serial communication. In this case we use it to talk to the GSM modem.

This still left me with a 64 byte buffer. It's a mystery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix) Library: SoftwareSerial The SoftwareSerial Arduino library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants