Giermann / xoscillo

Automatically exported from code.google.com/p/xoscillo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 'BYTE' keyword is no longer supported.

GoogleCodeExporter opened this issue · comments

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

I've found a fix for this attached below

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

Attachments:

fixed, thanks!

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

  • Changed state: Fixed
sir how to use that code to fix the problem?

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