-
Notifications
You must be signed in to change notification settings - Fork 988
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
SoftwareSerial needed #267
Labels
Comments
Could be interesting to investigate: |
Merci !
|
fpistm
added a commit
to fpistm/Arduino_Core_STM32
that referenced
this issue
Sep 19, 2018
GSM shield is a retired product and official library is no more supported. Moreover, this port is based on uart emulation which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port for this core. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm
added a commit
to fpistm/Arduino_Core_STM32
that referenced
this issue
Sep 19, 2018
which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
xC0000005
pushed a commit
to xC0000005/Arduino_Core_STM32
that referenced
this issue
Nov 27, 2018
GSM shield is a retired product and official library is no more supported. Moreover, this port is based on uart emulation which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port for this core. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
xC0000005
pushed a commit
to xC0000005/Arduino_Core_STM32
that referenced
this issue
Nov 27, 2018
which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
benwaffle
pushed a commit
to benwaffle/Arduino_Core_STM32
that referenced
this issue
Apr 10, 2019
GSM shield is a retired product and official library is no more supported. Moreover, this port is based on uart emulation which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port for this core. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
benwaffle
pushed a commit
to benwaffle/Arduino_Core_STM32
that referenced
this issue
Apr 10, 2019
which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
SoftwareSerial with parity option for Nucleo-32 L432KC would be awesome. |
Closed
Closed
JFYI alternate HAL compatible softserial implementation based on ported SoftwareSerialIntAP code and using new HardwareTimer from 1.7.0 |
Thanks @stas2z for sharing. |
Merci encore !
…-------- Message original --------
De : Frederic Pillon <notifications@github.com<mailto:notifications@github.com>>
Date : mer. 11 sept. 2019 à 20:27
À : stm32duino/Arduino_Core_STM32 <Arduino_Core_STM32@noreply.github.com<mailto:Arduino_Core_STM32@noreply.github.com>>
CC : Yannick MARIETTI <yannick.marietti@st.com<mailto:yannick.marietti@st.com>>,Author <author@noreply.github.com<mailto:author@noreply.github.com>>
Objet : Re: [stm32duino/Arduino_Core_STM32] SoftwareSerial needed (#267)
Closed #267<#267> via #645<#645>.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#267?email_source=notifications&email_token=AJDL425FHVLM75J45TBLAM3QJE2CVA5CNFSM4FGGKOIKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTSILDLA#event-2626728364>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJDL4234QDQ47OO6QEE2LQ3QJE2CVANCNFSM4FGGKOIA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Thanks for your great job !
A working "SoftwareSerial" instruction for STM32 would be greatly appreciated for compatibility with many existing Arduino sketches.
Best regards
Yannick
The text was updated successfully, but these errors were encountered: