Serial Driver Speed
mynet43
Posts: 644
Quick question about RS-232 serial driver speed.
Which driver do you recommend for speeds greater than 115,200 baud? Is there some summary of driver capabilities?
I have to transfer a picture of 480 X 480 X 16 bit RGB pixels to a screen, using a serial link.
I'm stuck with sending one pixel at a time, so with command overhead, each pixel takes about 15 bytes ("pw x y RGB").
I'd like to minimize the transfer time by using the maximum speed available for the screen (230,400 baud).
Thank you for your help.
Jim
Which driver do you recommend for speeds greater than 115,200 baud? Is there some summary of driver capabilities?
I have to transfer a picture of 480 X 480 X 16 bit RGB pixels to a screen, using a serial link.
I'm stuck with sending one pixel at a time, so with command overhead, each pixel takes about 15 bytes ("pw x y RGB").
I'd like to minimize the transfer time by using the maximum speed available for the screen (230,400 baud).
Thank you for your help.
Jim
Comments
And what is FFDS1? I can't find anything in the OBEX by that name or using it as an acronym...
Do you mean FullDuplexSerial, or FullDuplexSerialPlus or ???
Thanks,
Jim
Do you mean Terry Moore's pcFullDuplexSerial4FC?
Still trying to figure out what FFDS1 means...
Thanks for your help.
Jim
http://forums.parallax.com/showthread.php?143514-Fast-Full-Duplex-Serial-1-Cog-a.k.a.-FFDS1
Massimo
So it's not in the OBEX yet. Maybe it should be
Thanks for the link! I'll try it.
Jim