Skip to content
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

Closed
Yannick-Marietti opened this issue Jun 21, 2018 · 6 comments · Fixed by #645
Closed

SoftwareSerial needed #267

Yannick-Marietti opened this issue Jun 21, 2018 · 6 comments · Fixed by #645
Assignees
Labels

Comments

@Yannick-Marietti
Copy link

Yannick-Marietti commented Jun 21, 2018

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

@fpistm
Copy link
Member

fpistm commented Aug 2, 2018

Could be interesting to investigate:
https://www.pjrc.com/teensy/td_libs_AltSoftSerial.html

@Yannick-Marietti
Copy link
Author

Yannick-Marietti commented Aug 2, 2018 via email

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>
@fpistm fpistm added the Request label May 6, 2019
@harryberlin
Copy link

SoftwareSerial with parity option for Nucleo-32 L432KC would be awesome.

@fpistm fpistm mentioned this issue Aug 1, 2019
@fpistm fpistm changed the title SoftwareSerial needed ! SoftwareSerial needed Aug 1, 2019
@stas2z
Copy link
Contributor

stas2z commented Sep 6, 2019

JFYI alternate HAL compatible softserial implementation based on ported SoftwareSerialIntAP code and using new HardwareTimer from 1.7.0
https://github.com/stas2z/SoftSerial_STM32

@fpistm
Copy link
Member

fpistm commented Sep 9, 2019

Thanks @stas2z for sharing.

@Yannick-Marietti
Copy link
Author

Yannick-Marietti commented Sep 11, 2019 via email

@fpistm fpistm removed the Request label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants