tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
349 stars 213 forks source link

STM8S #109

Closed laxman432 closed 3 years ago

laxman432 commented 3 years ago

HI WE LIKE TO USE STM8SF3P6 OUR APPLICATION WITH GSM COMMUNICATION SO WE LIKE TO USE SOFTWARE SERIAL FOR THAT AND FOR SERIAL CHECKING WE LIKE USE SERIAL PORT IS MY CONCEPT WORKOUT ? IS IT SUPPORT SOFTSERIAL ?

mcer12 commented 3 years ago

@laxman432 You might want to check out STM32F030 instead. Slightly more expensive but fully compatible with arduino ide.

laxman432 commented 3 years ago

ALREADY WE DONE WITH STM32 BLUE PILL BUT WE ARE LOOKING FOR LOW COST CONTROLLER IF ANY SUGGEST ME IT SHOULD SUPPORT ARDUINO PROGRAMING

laxman432 commented 3 years ago

ALREADY WE DONE WITH STM32 BLUE PILL BUT WE ARE LOOKING FOR LOW COST CONTROLLER IF ANY SUGGEST ME IT SHOULD SUPPORT ARDUINO PROGRAMING

mcer12 commented 3 years ago

I just suggested you one...

tenbaht commented 3 years ago

I am not sure which MCU you mean by STM8SF3P6. But sduino does not support SoftwareSerial (yet). There is HardwareSerial which you could use. An mcer12 is right: If comprehensive library support is important for your project the STM8 might not be the ideal choice. Have you considered an ATtiny? Full Arduino support, but cheaper than a full ATmega.

laxman432 commented 3 years ago

Suggest me best in attiny controller like stm8sf3p6 it should support serial communication only and it should support Arduino ide

On Wed, Oct 14, 2020, 2:26 AM Michael Mayer notifications@github.com wrote:

I am not sure which MCU you mean by STM8SF3P6. But sduino does not support SoftwareSerial (yet). There is HardwareSerial which you could use. An mcer12 is right: If comprehensive library support is important for your project the STM8 might not be the ideal choice. Have you considered an ATtiny? Full Arduino support, but cheaper than a full ATmega.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tenbaht/sduino/issues/109#issuecomment-708004052, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJTWZ64AEG2WNXLY2DXCKLSKS5GTANCNFSM4RUNMDPA .