Arduino IDE แนะนำการใช้งาน Serial Monitor
Quiz-summary
0 of 3 questions completed
Questions:
- 1
- 2
- 3
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
Results
0 of 3 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Earned Points: 0 of 0, (0)
0 Essay(s) Pending (Possible Points: 0)
Categories
- ArduinoAll Firstclass 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- Answered
- Review
-
Question 1 of 3
1. Question
เราจะใช้คำสั่ง Serial เพื่อสื่อสารกับบอร์ด Arudino โดยใช้บอร์ดเรท 9600 จะต้องเริ่มต้นด้วยคำสั่งอะไร
-
- void setup() {
- ;
- }
CorrectIncorrect -
-
Question 2 of 3
2. Question
ให้แสดงคำว่า Hello Arduino ออกทางหน้าจอ Serial Monitor พร้อมขึ้นบรรทัดใหม่
-
void setup() { Serial.begin(9600); } void loop() { Serial. ; delay(1000); }
CorrectIncorrect -
-
Question 3 of 3
3. Question
ให้แสดงตัวเลข 555 ออกทาง Serial Monitor แบบไม่ขึ้นบรรทัดใหม่ โดยเซตบอร์ดเรดที่ 9600
-
void setup() { ; } void loop() { ; delay(1000); }
CorrectIncorrect -
ยังไม่มีคอมเมนต์
คุณสามารถเป็นคนแรกที่คอมเมนต์