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 ...
Search found 2 matches
- Wed Feb 26, 2020 4:15 pm
- Forum: General discussion
- Topic: STM32F103C8T6 and Arduino nano serial communication
- Replies: 1
- Views: 3403
- 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.
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.