10-04-2005 07:17 PM
Hi Guys,
does anyone know the maximum Baud Rates and the standardized values of RS 232, RS 485 and USB interface?
Does LabVIEW 6 support communication with RS 485 or USB?? What do I need?
Thanks, Peter
10-05-2005 01:57 AM
Hello Peter,
LV 6 does support communication with RS-485 and USB.
You can see some informations about the baud rates in the following links.
http://digital.ni.com/public.nsf/websearch/2ad81b9060162e708625678c006dfc62
http://zone.ni.com/devzone/conceptd.nsf/webmain/67E175B2AF9AA10286256A9D0078E2E7
10-05-2005 04:18 AM
10-05-2005 07:20 AM - edited 10-05-2005 07:20 AM
Message Edited by LV_Pro on 10-05-2005 08:22 AM
10-12-2005 06:23 PM
The thing that I'm trying to do is to control a digital B/W camera (module m4088 & ov5017 image sensor, 288x384 resolution) via a PIC microcontroller and send its data through serial port to LabVIEW. The camera sends bytes (1 byte = 1 pixel) which I'm trying to capture and put in an array form (288x384). Then, I convert every byte to picture (via "Draw 8-bit pixmap.vi") That's why I need high Baud Rates (eg: 1 Mbps - 1,5 Mbps) in order to achieve that video streaming. I attach the block diagram of that concept. Could you tell me if it is OK and some advices of how to achieve high Baud Rates.
Regards, Peter
10-13-2005 09:38 AM
10-13-2005 10:09 AM
I agree with all of the above and am motivated to play the part of the "wet blanket".
Correct me if I am wrong PLEASE!
Baud = bits per second
With 1 start and 1 stop bit, that gives us 10 bits per byte. Do the math... it will take about 100 seconds to transfer 1 image.
So the slow part of this game is the wire (physical) and not the wires (virtual).
Ben
10-13-2005 03:04 PM
10-14-2005 09:34 AM
10-14-2005 11:02 AM
As I was waiting for your reply, I managed to make a block diagram that has (I thing) the same result. It contains while loops and misc functions(if you want I'll send it to you). Now I start getting the meaning.
Thanks Lynn, I appreciate your vulnerable help! Your hints are also very useful!
Peter