-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serial port #6
Comments
Same here... |
This is not an issue of the hex loader app! You need the correct USB driver to make your Nano visible at the port. Assuming you got a Nano clone, most likely you have to install a CH340 driver, which you will find here on GitHub. Unfortunately Mr. Kaplan‘s little app doesn‘t work at all with the newer OSX versions, even when the right driver for your board is installed. |
Same issue here. I'm on OSX 10.12.6 (16G1408) - maybe that's why, as @rpt007 mentioned newer OSX version won't work. |
@xhain: But if Mr. Kaplan could make the hexloader work on current OS X, I would be ready to pay a little bit for the app. If not, mightbe somebody with more software skills than I have could have a look at the hex loader app and identify/fix the issue. |
@rpt007 Are you also using an eleksDRAW for CNC applications? Or what system are you driving from OSX? Does it use GRBL? |
Hi guys -- For my own projet, I've made a small electron application to upload my code on an Arduino Mega2560. It uses avrdude and checks the output for error and if any, retries as many time as needed. https://github.com/leka/LekaAlphaUploader The code is pretty simple, you should be able to update it for your own purpose. I'm planning on making it more open to select the boards and so on but I don't have much time. |
Dear mr Kaplan,
I am using the GUI version of your project and want to flash a arduino nano, but I don't get serial ports listed. Thanks in advance!
The text was updated successfully, but these errors were encountered: