不過0023可以用就好了XDD ((懶.....被拖走....作者: arduino 時間: 2012-2-24 13:39
其實建議還是先0023版的,這個比較成熟一點,1.0還是瞞多問題。作者: et84121 時間: 2012-6-5 00:14
I found a workaround for this.
Locate "boards.txt" in the "...\arduino\hardware\arduino\" folder and where it says:
atmega328.upload.protocol=arduino
change it to:
atmega328.upload.protocol=stk500
Effectively, this is asking AVRdude to use the older STK500 settings for uploading to the board, rather than the newer 'Arduino' support that the latest version of AVRDude has. I don't know why, but using the AVRDude "Arduino" upload configuration on Arduino boards (probably only the clone boards to be fair) that use FTDI FT232RL chip doesn't work. I think it's a problem with AVRDude's support for FT232RL, and nothing to do with the arduino team.
void loop()
{
if (rfid.isCard()) { //找尋卡片
if (rfid.readCardSerial()) { //取得卡片的ID+CRC校驗碼
//第0~3個byte:卡片ID
Serial.println(" ");
Serial.print("RFID Card Number is : ");