Search found 5 matches

by sonicss
Sun Jun 15, 2008 1:28 pm
Forum: V-USB
Topic: ppp
Replies: 5
Views: 6107

of course not. u can't include avr/eeprom.h in your delphi or VC++ project to access eeprom. this head file is for gcc compiler.
by sonicss
Fri Jun 13, 2008 5:18 am
Forum: V-USB
Topic: implementing a USB UART device with AVR USB
Replies: 5
Views: 6602

Of course it is possilbe.

for more information pls visit:

http://www.obdev.at/products/avrusb/prjinterface.html
by sonicss
Thu Jun 12, 2008 10:56 am
Forum: V-USB
Topic: please give me a solution
Replies: 1
Views: 3604

If you know the type of the usb2uart chip. You'd better download the driver from the http://www.prolific.tw/eng/company.asp website.
by sonicss
Wed Jun 11, 2008 3:30 am
Forum: V-USB
Topic: Pls help me to compile avrusb using IAR cc
Replies: 2
Views: 8396

Thank you, but..

I have remove the code which I recommented before. but the result is the same.

Missing #endif

:(
by sonicss
Tue Jun 10, 2008 5:31 pm
Forum: V-USB
Topic: Pls help me to compile avrusb using IAR cc
Replies: 2
Views: 8396

Pls help me to compile avrusb using IAR cc

1. create a new project 2. add oddebug.c, usbdrv.c, usbdrvasm.asm 3. create main.c and write main() function 4. comment // #if USB_INTR_PENDING < 0x40 /* This is an I/O address, use in and out */ // # define USB_LOAD_PENDING(reg) in reg, USB_INTR_PENDING // # define USB_STORE_PENDING(reg) out USB_IN...