| View previous topic :: View next topic |
| Author |
Message |
theAdib Guest
|
Posted: Wed Nov 19, 2008 6:19 pm Post subject: AVRStudio questions |
|
|
Hello, I have some questions regarding AVR development using AVRStudio
where I couldn't get answers from google and friends.
- how to integrate my own tools into the tools menu
I want to execute things as doxygen, astyle (or indent)
I need to set some parameter as: working directory to start within
or the current filename from the editor as commandline parameter
some "programmer editors" can do that even most IDE (codeBlocks,
Keil)
- how can I forward the serial communication of the simulated AVR to a
real COM port of the host PC
Using Keil it is possible to forward serial output (and input) to a
output window or assign a real COM port to a serial port of the
simulated device.
Many thanks for any hints,
Adib.
--- |
|
| |
|
Back to top |
Ulf Samuelsson Guest
|
Posted: Thu Nov 20, 2008 3:08 am Post subject: Re: AVRStudio questions |
|
|
"theAdib" <theAdib@googlemail.com> skrev i meddelandet
news:2e5e6ced-bbf4-43a2-aeea-ea5c0b70605f@d36g2000prf.googlegroups.com...
| Quote: | Hello, I have some questions regarding AVR development using AVRStudio
where I couldn't get answers from google and friends.
- how to integrate my own tools into the tools menu
|
You can do simple things only.
| Quote: | I want to execute things as doxygen, astyle (or indent)
I need to set some parameter as: working directory to start within
or the current filename from the editor as commandline parameter
some "programmer editors" can do that even most IDE (codeBlocks,
Keil)
|
I do not think that this is possible.
| Quote: |
- how can I forward the serial communication of the simulated AVR to a
real COM port of the host PC
|
You can't, but this at least is on the todo list.
I asked for this several years ago.
| Quote: | Using Keil it is possible to forward serial output (and input) to a
output window or assign a real COM port to a serial port of the
simulated device.
Many thanks for any hints,
|
Send a mail with your suggestions to avr at atmel dot com.
--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may not be shared by my employer Atmel Nordic AB |
|
| |
|
Back to top |
|