Page 1 of 1

USB-Serial have problem!!!

Posted: Thu Dec 07, 2006 8:07 am
by Ngoc Thao
I cannot receve data from RXD pin of ATMega8.
Use visual Basic 6 catch event 2 when receive 8 byte is have many fault.
It not work perfect.

Posted: Thu Dec 07, 2006 11:56 am
by christian
Are you referring to a CDC-ACM device and you use VisualBasic on the host side to read data from a serial-to-USB converter?

In this case you may be out of luck. Using AVR-USB to implement CDC-ACM devices is outside the specification. It may not work on some hosts or with some drivers.

USB-ACM and .net framework problem

Posted: Thu Aug 30, 2007 3:37 pm
by armrt
hi,
i m trying to send data to my board (atmel sam7x256) from usb (cdc acm) but i coudnt, At th another hand from visual basic6(not .net) application can do that. Also i have a delphi application which can not work like .net, how can i solve this problem ?

best regards
Murat Karadeniz