Communication to Propeller Chip
Arde
Posts: 4
Hello All,
I am using the demo board to write a serial communication program. It works fine when I use Hyper Terminal.
However When I use other serial programs, when I send a string the board reboots!
I am connected via the USB cable from a PC to the Demo board.
What I am doing wrong?
Thanks,
Arde
I am using the demo board to write a serial communication program. It works fine when I use Hyper Terminal.
However When I use other serial programs, when I send a string the board reboots!
I am connected via the USB cable from a PC to the Demo board.
What I am doing wrong?
Thanks,
Arde
Comments
Thanks for you reply.
Using Hyper Teminal all I did was to disable "Hardware Handshaking". The same thing I did using the other Serial Tools.
If the DTR line is forcing high, is there anything I can do on my side to prevent this from happening?
Thanks.
Can you please give a little bit more detail as where to put this Pull Up Resistor and the route?
Thans.
a PC-comport uses +12V -12V voltage-levels the propeller has 0V/ 3,3V best thing is to use a MAX3232
which is build for shifting voltage-levels exactly between 0V/3,3V and +12V/-12V
The other way is to use PST.EXE from Parallax which does NOT toggle the DTR-line when opening the com-port
best regards
Stefan
Thank you for your help. I implemented your suggestion with MAX3232 and I was surprised as to how easy it was to get it working.
Thank you again.
·