gillham / logic_analyzer

Implementation of a SUMP compatible logic analyzer for the Arduino
Other
458 stars 99 forks source link

Sketch issues #13

Closed markncmt closed 11 years ago

markncmt commented 11 years ago

Hello can someone help me? I have downloaded the sketches for the arduino logic analyser but all seem to have errors when I try to upload to the arduino UNO Many Thanks Mark

gillham commented 11 years ago

What platform are you using? (e.g. one of Mac/Linux/Windows) Can you provide a log of the errors, or screen shot of the Arduino IDE window? Did you download the zip file and unzip so that the directory structure is still intact? You should have: logic_analyzer\logic_analyzer.ino logic_analyzer\logic_analyzer_inline_2mhz.ino ...

You open the 'logic_analyzer.ino' sketch with the Arduino IDE. The "inline" files are included by the main sketch. I test with an Arduino UNO (first rev and R3) so you shouldn't be getting any errror messages if the files are intact from the download.

markncmt commented 11 years ago

Hello Mr gillam Thank you for your help I am using Windows 7 operating system I downloaded zip file again and unzipped when I open 'logic_analyzer.ino with the arduino program it insists it is within a folder of the same name I clicked ok to this and it opens the sketch when I try to upload to my arduino UNO R3 the following is displayed arduino error Many Thanks Mark

gillham commented 11 years ago

All files need to be in the logic_analyzer directory. Just unzip them into it and it should be fine.

-Andrew

On Aug 28, 2013, at 7:01 AM, markncmt notifications@github.com wrote:

Hello Mr gillam Thank you for your help I am using Windows 7 operating system I downloaded zip file again and unzipped when I open 'logic_analyzer.ino with the arduino program it insists it is within a folder of the same name I clicked ok to this and it opens the sketch when I try to upload to my arduino UNO R3 the following is displayed [image: arduino error]https://f.cloud.github.com/assets/5304894/1042350/079f5610-0fea-11e3-939a-c8208f4ad3a8.jpg Many Thanks Mark

— Reply to this email directly or view it on GitHubhttps://github.com/gillham/logic_analyzer/issues/13#issuecomment-23416064 .

markncmt commented 11 years ago

Hello Andrew I have changed the folder name and all works I have to say this logic analyser is fantastic Thanks for your help All the best Mark