0
Offline
Newbie
Karma: 0
Posts: 19
Arduino rocks
|
 |
« Reply #375 on: February 13, 2013, 06:06:44 pm » |
If you need that bug, you can replace the rxtxSerial.dll file with the one from the official IDE package
Just to voice another vote for keeping a way to reset the board by a IDE switch. In my case I do remote development (sitting in my warm room with the arduino some miles away I a cold garage) and I love the reset feature.
|
|
|
|
|
Logged
|
|
|
|
|
Greenville, IL
Offline
Edison Member
Karma: 11
Posts: 1287
Warning Novice on board! 0 to 1 chance of errors!
|
 |
« Reply #376 on: February 13, 2013, 09:26:24 pm » |
It would be nice to be able to load a hex file using the Arduino IDE and UNO as ISP. I have read in another thread that a person should just use AVR Dude but, it would make my life easier to do it with the IDE.
In my thoughts the menu would be like this: 1) load Uno with ISP sketch 2) select load hex with UNO 3) open hex file 4) select upload hex to target board
Any thoughts?
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1148
Arduino rocks
|
 |
« Reply #377 on: February 13, 2013, 10:11:06 pm » |
If you need that bug, you can replace the rxtxSerial.dll file with the one from the official IDE package
Just to voice another vote for keeping a way to reset the board by a IDE switch. In my case I do remote development (sitting in my warm room with the arduino some miles away I a cold garage) and I love the reset feature. Reset board when serial monitor opens? or via another way? what do you think? will be a setting in preferences.txt enought? It would be nice to be able to load a hex file using the Arduino IDE and UNO as ISP. I have read in another thread that a person should just use AVR Dude but, it would make my life easier to do it with the IDE.
In my thoughts the menu would be like this: 1) load Uno with ISP sketch 2) select load hex with UNO 3) open hex file 4) select upload hex to target board
Any thoughts?
How the step 3 fits with the ide? where that option should be invoked in your idea?
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 19
Arduino rocks
|
 |
« Reply #378 on: February 14, 2013, 02:50:16 am » |
Reset board when serial monitor opens? or via another way? what do you think? will be a setting in preferences.txt enought?
A "Reset" Button placed on the Serial Monitor window would be far more elegant.
|
|
|
|
|
Logged
|
|
|
|
|
Greenville, IL
Offline
Edison Member
Karma: 11
Posts: 1287
Warning Novice on board! 0 to 1 chance of errors!
|
 |
« Reply #379 on: February 15, 2013, 09:33:43 am » |
Quote from: cyclegadget on February 13, 2013, 08:26:24 PM
It would be nice to be able to load a hex file using the Arduino IDE and UNO as ISP. I have read in another thread that a person should just use AVR Dude but, it would make my life easier to do it with the IDE.
In my thoughts the menu would be like this: 1) load Uno with ISP sketch 2) select load hex with UNO 3) open hex file 4) select upload hex to target board
Any thoughts?
How the step 3 fits with the ide? where that option should be invoked in your idea? Eried thanks for your response. Perhaps 3) should say select the hex file to upload. At the moment for a person to upload a hex file, they have to use an ISP and AVRDude. Then, the user needs to type command prompts for the process to work properly. I find it to be a confusing process...although I may need to learn how it is doing anyway. I think it would be great if the IDE made the process easier for the user similarly, to uploading sketches using ISP. Thank you for all your efforts! Your AER IDE is my absolute favorite!
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1148
Arduino rocks
|
 |
« Reply #380 on: February 15, 2013, 12:20:51 pm » |
cyclegadget, for sure I can add that but I need more details. I don't use any of these functions (I use "copy hex file to clipboard" and then paste it in an external programmer app, then only click verify and upload in my external app) so I need to know the process completely, how you do it now manually, what are the "pre" conditions, like com port should be selected? board selection changes something? etc, does the manual way shows some progress bar I need to parse into the ide? etc,etc better if you do some screencast recording A "Reset" Button placed on the Serial Monitor window would be far more elegant.
That sounds better, will attempt to add a reset button in the next version. Also now I can add signed win 8 drivers  so, no more warning
|
|
|
|
|
Logged
|
|
|
|
|
Greenville, IL
Offline
Edison Member
Karma: 11
Posts: 1287
Warning Novice on board! 0 to 1 chance of errors!
|
 |
« Reply #381 on: February 15, 2013, 06:42:17 pm » |
Eried, I did some research for the hex upload with Avrdude and here is what I have found so far. A program with source code for uploading Hex files: http://playground.arduino.cc/Code/ArduinoUpload Here is a thread that may give clues to the process: http://arduino.cc/forum/index.php/topic,37586.0.html************************************qoute from anther thread************************************************************ Re: Upload Blink sketch using AVRDUDE command line This is the comand line I've used: avrdude.exe -V -F -C avrdude.conf -p atmega168 -c stk500v1 -P COM2 -b 57600 -U flash:w:Blink.cpp.hex -vvvv I will be try to gather more information if you need it. Thanks for the efforts.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
TX
Offline
Jr. Member
Karma: 2
Posts: 99
|
 |
« Reply #383 on: February 16, 2013, 08:38:10 am » |
You're welcome  Got it - thanks!
|
|
|
|
|
Logged
|
|
|
|
|
|
|
TX
Offline
Jr. Member
Karma: 2
Posts: 99
|
 |
« Reply #385 on: February 16, 2013, 03:32:25 pm » |
It's so good, you might want to include it in the Arduino ERW as the default font type.
Hmmm ... I thought I changed the preferences file correctly but now I think it's defaulting to some other font becasue the font isn't smooth like the example, and I do see I installed them properly because they are in the fonts listing when I bring up Fonts under control panel. How exactly do you specify these fonts in the preferences file on the line - editor.font=SourceCodePro,Regular,17 ^^^ That isn't doing the job.
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1148
Arduino rocks
|
 |
« Reply #386 on: February 16, 2013, 07:23:05 pm » |
Did you configured antialias=true?
|
|
|
|
|
Logged
|
|
|
|
|
BHZ, MG, Brazil
Offline
Sr. Member
Karma: 9
Posts: 306
Android developer; Arduino enthusiast
|
 |
« Reply #387 on: February 18, 2013, 02:20:18 pm » |
Hello! I have the version without the build-in Java and I cannot start it. I am using the latest version and this is the log I have when I start it: CmdLine: C:\Devel\Arduino ERW 1.0.3\arduino.exe --l4j-debug WOW64: yes Working dir: C:\Devel\Arduino ERW 1.0.3\. Bundled JRE: java Check launcher: C:\Devel\Arduino ERW 1.0.3\java\bin\javaw.exe (n/a) 64-bit search: SOFTWARE\JavaSoft\Java Runtime Environment... Ignore: SOFTWARE\JavaSoft\Java Runtime Environment\1.6 Ignore: SOFTWARE\JavaSoft\Java Runtime Environment\1.6.0_33 Ignore: SOFTWARE\JavaSoft\Java Runtime Environment\1.7 Match: SOFTWARE\JavaSoft\Java Runtime Environment\1.7.0_10 Using 64-bit runtime. 64-bit search: SOFTWARE\JavaSoft\Java Development Kit... Ignore: SOFTWARE\JavaSoft\Java Development Kit\1.6 Ignore: SOFTWARE\JavaSoft\Java Development Kit\1.6.0_33 Ignore: SOFTWARE\JavaSoft\Java Development Kit\1.7 Ignore: SOFTWARE\JavaSoft\Java Development Kit\1.7.0_10 Using 64-bit runtime. Check launcher: C:\Program Files\Java\jre7\bin\javaw.exe (OK) Add classpath: lib\pde.jar Add classpath: lib\core.jar Add classpath: lib\jna.jar Add classpath: lib\ecj.jar Add classpath: lib\RXTXcomm.jar Launcher: C:\Program Files\Java\jre7\bin\javaw.exe Launcher args: -Xms256m -Xmx512m -classpath "lib;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\RXTXcomm.jar" processing.app.Base Args length: 120/32768 chars Exit code: 1 Any help on what can be the culprit ? Thanks in advance! BTW, +1 for the idea to flash HEX files directly from the IDE using a previously selected programmer (ArduinoISP, USBasp, atk500, etc). Thanks again.
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1148
Arduino rocks
|
 |
« Reply #388 on: February 18, 2013, 02:57:49 pm » |
Launch log looks pretty good. The splash screen appear and nothing happens? some error msg? the full one works ok?
PS: I will try to add the new features. I am sending all my the patches to Energia project so I have been a little busy last week. But eventually, maybe for 1.0.4 I will resume to enhance Arduino again
|
|
|
|
|
Logged
|
|
|
|
|
TX
Offline
Jr. Member
Karma: 2
Posts: 99
|
 |
« Reply #389 on: February 18, 2013, 03:10:09 pm » |
Did you configured antialias=true?
Oh wow - way better now.  Thanks. Is there some document that explains what all of the settings in the preferences file do? I know some are obvious, but others aren't so obvious.
|
|
|
|
|
Logged
|
|
|
|
|
|