Fullduplexserial Transmit Bug?
kt88seamp
Posts: 112
I am trying to transmit data from my propeller to my PC using a C# program.
In this program (see attachment Prop Ser Test.spin)·the transmitter does work fine.
However in my complex programmable dimmer app (see attachment Smart Extention Cord.spin) I cannot sucessfully transmit any data back to my C# program. I tried playing around with it, such as launching a transmitter in to a new cog, but to no luck. Is there something wrong with fullduplexserial or my program?
if you want me to I can post the C# program.
In this program (see attachment Prop Ser Test.spin)·the transmitter does work fine.
However in my complex programmable dimmer app (see attachment Smart Extention Cord.spin) I cannot sucessfully transmit any data back to my C# program. I tried playing around with it, such as launching a transmitter in to a new cog, but to no luck. Is there something wrong with fullduplexserial or my program?
if you want me to I can post the C# program.
Comments
-Phil
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
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)
· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
I'm trying to do the same thing of sending a value through the serial cable to a running programming in the Propeller board. Could you post the C# part of the program that sends data through the serial cable,
thanks.