Another Serial Question (again)
Laurent R
Posts: 27
When i try to send "!aannttccffCR" CR is Cariage Return @ 9600bauds
I get !aannttcc then comes a betha ascii (FE in hexa)
But @ 115200 I get the good string...
I'm using extended_FDSerial
Shorter Strings are good int the two cases
What's wrong with that?
Laurent
I get !aannttcc then comes a betha ascii (FE in hexa)
But @ 115200 I get the good string...
I'm using extended_FDSerial
Shorter Strings are good int the two cases
What's wrong with that?
Laurent
Comments
Secondly, are you closing the FDX after transmitting as you also need to ensure the characters have been sent first. Easy to check this one - use waitcnt(clkfreq/100+cnt)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index)
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
it doesnt work at all...
Is there something else to change to upgrade the size of txbuffer?