刚接触arduino,某宝上买了几片pro mini,在使用串口通讯时,无论怎么调整串口始终输出乱码,请哪位大侠不吝赐教怎么解决,非常感谢。
使用的源码:
[mw_shl_code=bash,true]
void setup() {
// put your setup code here, to run once:
Serial.begin(57600);
}
void loop() {
// put your main code here, to run repeatedly:
delay(1000);
Serial.println("123456");
//Serial.write(hexdata,7);