douglaslyon / xoscillo

Automatically exported from code.google.com/p/xoscillo
0 stars 0 forks source link

The 'BYTE' keyword is no longer supported. #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download Zip
2. Open ArduinoOscillo.pde in Arduino 1.0
3. Upload!

What is the expected output? What do you see instead?
Upload expected!

Seen:
 The 'BYTE' keyword is no longer supported.

What version of the product are you using? On what operating system?
Arduino 1.0 on Win7 Ult.

Please provide any additional information below.

ArduinoOscillo.cpp: In function 'void ProcessSerialCommand(byte)':
ArduinoOscillo.pde:-1: error: 'BYTE' was not declared in this scope

As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.

Original issue reported on code.google.com by r...@techtoknow.net on 24 Feb 2012 at 7:11

GoogleCodeExporter commented 8 years ago
I've found a fix for this attached below

Original comment by arjo...@gmail.com on 20 May 2012 at 6:03

Attachments:

GoogleCodeExporter commented 8 years ago
fixed, thanks!

Original comment by aguav...@gmail.com on 8 Feb 2013 at 12:30

GoogleCodeExporter commented 8 years ago
sir how to use that code to fix the problem?

Original comment by jasonbob...@gmail.com on 29 Jan 2015 at 12:09