|
Hi all,
I have got some firmware running based on the CDC example provided by Atmel. I am using the GNU toolchain on some custom hardware and in this case the AT91SAM7S-EK devboard (256).
In order to be able to run batch commands and program an fpga with the microcontroller, I want to send files over the virtual COM port in hyperterminal, wich is connected by the USB interface.
When I start to send a file (textfile transfer, NOT some Xmodem or other protocol), only the first character is received. After that, the microcontroller does not respond anymore. I already tried to disable interrupts but it does not seem to affect the mather.
Does someone know a sollution to this problem, or maybe even can provide me with an example. Xmodem implementation trough USB would be a neat sollution to, obviously.
Thanks in advance!
|