軟體模擬 的確是相當方便。
使用者要注意以下幾個部分
1.Only speeds up to 9600 baud work
2.Serial.available() doesn't work
3.Serial.read() will wait until data arrives
4.Only data received while Serial.read() is being called will be received. Data received at other times will be lost, since the chip is not "listening".