Hi All
Please i'm new with this platform i need really need your help
when i start to build my program all i got is program a link wich is end with .ino.hex instead of .cpp.hex
Please help me i need it for my Project
Thank you so much
Hi All
Please i'm new with this platform i need really need your help
when i start to build my program all i got is program a link wich is end with .ino.hex instead of .cpp.hex
Please help me i need it for my Project
Thank you so much
When using "Export Compiled Binary", or whatever it's called, the file name of the resulting file depends on the version of the IDE used. 1.6.5r5 and earlier use one extension, 1.6.6 and later (post Arduino Builder) use the other.
The contents of the files is the same - just use the .ino.hex instead of the .cpp.hex.
Thank you Drazzy but it doesn't work when i use this ino.hex into the Proteuse
abdo132:
into the Proteuse
Into the what? Is that "Proteus" misspelled, or a word that didn't translate? Google is flooded with large number of results, ranging from a medical device to the character name of some dude who plays world of warcraft.
DrAzzy, my guess is that it's "Proteus"
abdo132:
Thank you Drazzy but it doesn't work when i use this ino.hex into the Proteuse
Have you tried renaming the file from *.ino.hex to *.cpp.hex?
DrAzzy says that the contents are the same, so that should be all that you need to do.
DrAzzy:
Into the what? Is that "Proteus" misspelled, or a word that didn't translate? Google is flooded with large number of results, ranging from a medical device to the character name of some dude who plays world of warcraft.
Proteus isis it's an other application we use it for my project and it work's with arduino
OldSteve
I've already tried to do it but it doesn't work
abdo132:
OldSteveI've already tried to do it but it doesn't work
If Proteus Isis usually works with Arduino when a *.ino.hex file is generated, perhaps you should uninstall your current version of the Arduino IDE and install V1.6.5. It's the most stable of the recent IDE releases anyway. For that reason, I still use it and haven't updated to V1.6.6 or later.
OldSteve
Ok i'll try this version thank you so much
any one could explain me why we send hex file merely to the arduino board since ide it self send hex file after compiled by the avrdude and send it to the board
You might want to program multiple Arduinos with the same code without re-compiling.
It would have been better in my opinion if you started your own thread instead if reviving a two year old one.