Using serial? #1110
coderatchance
started this conversation in
Library discussion
Using serial?
#1110
Replies: 3 comments 1 reply
-
Softwareserial takes more processing time, so if you have a demanding or timing sensitive application, I would stay away from softwareserial. It can also not receive and send at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hand thank you! I was thinking this may be the case. Where can we setup the ports in the megaTinyCore when the alternative pins are used? Best. On 10 Jun 2024, at 14:37, Hans ***@***.***> wrote:
Softwareserial takes more processing time, so if you have a demanding or timing sensitive application, I would stay away from softwareserial. It can also not receive and send at the same time.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try this.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
so far I have been using dedicated serial via the Pb3 and Pb4 on the ATTiny3216, all good, however, I am looking to move the serial, namely rx, tx to the alternative pins, such as Pa2 and Pa1. This is one option, however, there is as well software serial. for which I have already found instructions... so what would you suggest me to use? Would either work, is either useful at all? I guess the general SoftwareSerial from Arduino works?
Thank you for your comments, ideas.
Best.
Beta Was this translation helpful? Give feedback.
All reactions