Hi,
I am trying to get the WiFly Terminal sketch working, and it’s giving me some errors:
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:41: error: expected unqualified-id before numeric constant
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:42: error: expected unqualified-id before numeric constant
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:43: error: expected unqualified-id before numeric constant
All I changed was:
1. DivL value to 0x60
2. inside void loop(): Serial.Print(incoming_data,BYTE) to Serial.write(incoming_data) for arduino-1.0 “BYTE” no longer supported
I just started playing with arduino about a month ago, any help is greatly appreciated ^^
Thank you in advance!!
Tutorial - WiFly Wireless SpeakJet Server | about 3 months ago
Hi, I am trying to get the WiFly Terminal sketch working, and it’s giving me some errors:
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:41: error: expected unqualified-id before numeric constant
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:42: error: expected unqualified-id before numeric constant
C:\users...\desktop\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:43: error: expected unqualified-id before numeric constant
All I changed was: 1. DivL value to 0x60 2. inside void loop(): Serial.Print(incoming_data,BYTE) to Serial.write(incoming_data) for arduino-1.0 “BYTE” no longer supported
I just started playing with arduino about a month ago, any help is greatly appreciated ^^ Thank you in advance!!
Tim