Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
kasperskaarhoj wants to merge 1 commit into arduino:master from kasperskaarhoj:patch-1
Closed

Update libraries/SoftwareSerial/SoftwareSerial.h #58

kasperskaarhoj wants to merge 1 commit into arduino:master from kasperskaarhoj:patch-1

Conversation

Copy link

@kasperskaarhoj kasperskaarhoj commented Jan 15, 2012

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)

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.
@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.
Copy link
Contributor

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

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
Reviewers
No reviews
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.

AltStyle によって変換されたページ (->オリジナル) /