Search found 7 matches

by james_monroe
Thu May 16, 2013 10:48 am
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

I use an indicator flag, which will be set if adc is ready but value can not be written to the buffer. (Not because of buffer overflow, but because of pending USB interrupts). And yes, you will definitly loose samples - even with maximum prescaler. Best regards And for example. If i have 100ksps sa...
by james_monroe
Sun May 12, 2013 9:23 pm
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

and other question. if i use circular buffer to store adc samples. would i lose some samples while transfering for example buffer of 254B to PC
by james_monroe
Sat May 04, 2013 8:33 pm
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

This project should become an example on and for tinyUSBboard (" http://matrixstorm.com/avr/tinyusbboard/ "). Because this board provides 16 MHz the "oscilloscope" samples in "running mode" with maximum rate (100ksps?) and 8bit resolution. ADC is implemented as interru...
by james_monroe
Sat May 04, 2013 5:31 pm
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

One more question. You say that you are working on osciloscope project. What is the max frequency of measured signal which you can show correct graphically?
by james_monroe
Sat May 04, 2013 2:03 pm
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

and how about this topic

viewtopic.php?f=8&t=3059


where people states that they got 24kB/s


and is avr309 better than v-usb
by james_monroe
Fri May 03, 2013 10:13 pm
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

Re: v-usb vs rs232 transfer rate

No, I do not think so. Most of the advantages of V-USB is cheaper and (since RS232 dies as a default interface on common computers) better supported (thanks to USB) of interconnection with computers. Since V-USB just supports low-speed USB (1.1 Mbps) and since it is very CPU-intensive on the micro ...
by james_monroe
Sun Apr 28, 2013 12:12 am
Forum: V-USB
Topic: v-usb vs rs232 transfer rate
Replies: 13
Views: 10268

v-usb vs rs232 transfer rate

is transfering some data from microcontroler to computer using v-usb faster than rs232 at maximum baudrate