Show Posts
|
|
Pages: [1] 2 3 ... 237
|
|
4
|
Products / Arduino Due / Re: Arduino IDE 1.50 on Mac OS X
|
on: October 23, 2012, 12:37:12 pm
|
|
In the Finder, you can right-click on the application and select open. I think there's a dialog box warning, but it has an option to open the application anyway. From then on, you should be able to launch the application normally.
We're working on getting the application properly signed so that this won't be necessary.
|
|
|
|
|
11
|
Using Arduino / Installation & Troubleshooting / Re: Mega 2560 Detection Problems
|
on: June 23, 2012, 10:11:48 am
|
|
Hmmm.... the rxtx library and DLL are the things that determine which COM ports appear in the menu, so I'd start there. Can you get rid of the custom RXTX DLL and try with the standard one?
Also, make sure there aren't any other programs trying to scan / use COM ports (e.g. for things like cellular wifi dongles, cellphone syncing, etc).
|
|
|
|
|
15
|
Using Arduino / Installation & Troubleshooting / Re: Can't upload to Mega2560
|
on: June 19, 2012, 02:42:05 pm
|
|
There is a bug in the Mega 2560 bootloader that causes uploads to fail if your compiled sketch binary contains the string "!!!" (because this triggers a serial terminal). This might be happening by chance with this code, e.g. in an array or lookup table or just by coincidence.
|
|
|
|
|