Closed laxman432 closed 4 years ago
@laxman432 You might want to check out STM32F030 instead. Slightly more expensive but fully compatible with arduino ide.
ALREADY WE DONE WITH STM32 BLUE PILL BUT WE ARE LOOKING FOR LOW COST CONTROLLER IF ANY SUGGEST ME IT SHOULD SUPPORT ARDUINO PROGRAMING
ALREADY WE DONE WITH STM32 BLUE PILL BUT WE ARE LOOKING FOR LOW COST CONTROLLER IF ANY SUGGEST ME IT SHOULD SUPPORT ARDUINO PROGRAMING
I just suggested you one...
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.
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 .
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 ?