this week i've received my arduino mini
i 've made a simple sketch
void setup()
{
// put your setup code here, to run once:
Serial.begin(19200);
}
int number =0;
void loop()
{
Serial.print("nr is");
Serial.println(number);
delay(500);
number++;
// put your main code here, to run repeatedly:
}
but the output in a serial monitor is.
§
b§Ä
b§Ä¥b§Ä¥b§Ä
bÍÄ
bçÄ¥b§Ä¥b§ÄÅbÏÄEb§Ä
Dó§Ä
DóÏÄ
Eó§Ä
Eó§
Dó§Ä
Dó
tested with 2 different arduinos mini