Following a comment expressed in a post in the Arduino forum I wrote a patch on the source code of AFSoftSerial by Ladyada. This patch adds a distinct buffer for each serial input (instead of a static, shared buffer). It thus allows to have several inputs/outputs (rx/tx).
Attention:
Patch and new files are attached to this file.
how to set up a serial comm ?
Hello,
i need to communicate with a 1200 bauds, 7 datas bits , 1 parity (paire), 1 stop bit device
is it possible ?
Thanks
Interested...
Hi
Sorry for this stupido question but this could be just what i'm looking for...
how do i install your code? do i need to patch something and if so how?
ben
how to apply the patch
I'm not familiar with the process of applying patches to software. how would you do that? copy paste? include? no idea how this works.
New project
I created a project on Google code for this rework of SoftwareSerial:
http://code.google.com/p/softwareserial2/
Post new comment