What is the fastest baud rate availible in FullDuplexSerial?
Microcontrolled
Posts: 2,461
What is the fastest baud rate you can set it for? I would like a max of 1M, but if it can go higher that would be nice.
Thanks,
Micro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out my new website!!
Use the Propeller icon!!
Thanks,
Micro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out my new website!!
Use the Propeller icon!!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,
Each prop was about 4 inches from eachother.
I was required to use a 10k pull down resistors to quiet the noise on the tx/rx wires, to just get that.
I was also using solid core wire.
If I had a prop to prop PCB setup, using 10k pull down resistors and shorter wires, I would imagine the speed would increase.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out my new website!!
Use the Propeller icon!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
http://forums.parallax.com/showthread.php?p=835874
That I got up to ~460000 using JDcogserial from OBEX...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Apps:· http://www.rayslogic.com/propeller/Programming/Programming.htm
My Prop Info: ·http://www.rayslogic.com/propeller/propeller.htm
My Prop Products:· http://www.rayslogic.com/Propeller/Products/Products.htm
I had plenty of IO lines available and started to investigate the FTDI UM245 breakout board. I am able to get much more speed out of it than the prop plug. I wrote the FullDuplexParallel Object for use with the FTDI 245 chip. I think that 3Mbps is doable with that combination. I have measured over 1Mbps throughput without any errors.
PS: The Parallel FIFO is presented as a virtual com port on the PC side, so there is no reason to rewrite anything on that side.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-- Terry
Post Edited (ke4pjw) : 7/22/2010 4:11:09 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
· Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Pages: Propeller JVM
·
My best FullDuplexSerial was 125K but that was PC to the Propeller Demo board.
Post Edited (Mike G) : 7/23/2010 2:05:49 AM GMT