BasicUSART_USB sample does not work on Olimex AT91SAM7S256

Does anyone get BasicUSB or BasicUSART_USB sample running on Olimex AT91SAM7S256 board? When I run BasicUSART_USB sample, I can get hyper terminal seeing the new com port. When I send a letter from hyper terminal, LED toggles, but I can not get any thing back on my hyper terminal.

I am wondering if anyone tried USB CDC code on Olimex board, since there is no USB CDC sample provided on Olimex site, only USB HID sample.

BasicUSB is working on Olimex AT91SAM7S256 board now. It turned out that the example code I got from www.AT91.com application notes has a bug. The BasicUSB code on the site was updated 10/04 and has a bug. I couldn’t find the updated version mentioned in its forum. But by putting a dummy string in code crashing printf line, BasicUSB_6124.exe started to getting data back as expected. :smiley:

I am also trying the BasicUSB project on Olimex AT91SAM7S256 board. I cannot get the board be recognized as a modem device. I think there is sth wrong with the driver atm6124.sys and atm6124.inf. (both were updated on 9/14/2004. )

The AT91 forum mentioned about the latest driver and BasicUSB v1.2 uploaded in the forum.However, I could not find any there.

Where did u download the latest atm6124.sys and atm6124.inf files?

Thanks

I am still using the same inf and sys files came with the BasicUSB example. But to get the board be recognized as modem, usbser.sys is the driver needed. Right now, I can get my board recognized as a modem, if I type a letter, board can get it correctly (I tested that by blinking several times for certain letter). But I can not see anything sent back from the board to hyperterminal, don’t know why. The c++ exe works when I use atm6124.sys.