Search found 2 matches

by blauau1
Wed Feb 26, 2020 4:15 pm
Forum: General discussion
Topic: STM32F103C8T6 and Arduino nano serial communication
Replies: 1
Views: 3403

STM32F103C8T6 and Arduino nano serial communication

Hello!
I have a next code in in my Arduino nano:

#include <SoftwareSerial.h>

SoftwareSerial mySerial(2, 3);
void setup()
{
// Open serial communications and wait for port to open:
Serial.begin(115200);
// set the data rate for the SoftwareSerial port
mySerial.begin(9600);
}
void loop() // run ...
by blauau1
Wed Feb 26, 2020 4:01 pm
Forum: Let us know a bit about you and your projects
Topic: Hello!
Replies: 1
Views: 2793

Hello!

Hello!
I use a while an Arduino, but now i am still add STM32 also.
Use Linux and for compiling i use the mbed online tool.

Go to advanced search