CW--trying to see info on SPI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW--trying to see info on SPI

Jump to solution
1,558 Views
mc2mj
Contributor I
Hi. I am trying to see the information I'm sending to the serial line from my Dragon 12 board, and I cannot figure out how to do it. I have tried setting up a hyperterminal, but the information on the board doesn't show up on the hyperterminal screen. I have also tried using the TERMINAL component in CW while I run the program, but it doesn't connect to the com port (I have tried changing the baud rate). I have also run a sample program that sends a message over the serial line, and I do not know where to look so I can see the message.  All I want to know is if the information I'm sending through the serial line is making it to the computer. Can someone PLEASE PLEASE PLEASE help me?!?!
 
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
806 Views
allawtterb
Contributor IV
Hyperterminal will only display ASCII data that is being sent.  For raw data, you can use the free program Bray Terminal(It will also display ASCII characters if you like, much more flexable than hyperterminal):
 
Make sure your settings are the same on both ends (baud rate, data bits, parity and stop bits).

View solution in original post

0 Kudos
Reply
2 Replies
807 Views
allawtterb
Contributor IV
Hyperterminal will only display ASCII data that is being sent.  For raw data, you can use the free program Bray Terminal(It will also display ASCII characters if you like, much more flexable than hyperterminal):
 
Make sure your settings are the same on both ends (baud rate, data bits, parity and stop bits).
0 Kudos
Reply
806 Views
mc2mj
Contributor I
oh my gosh! the software worked, but not until I figured out that I was sending the data to the wrong serial port  that I didn't even have hooked up!! (oh I feel so dumb) Thanks for the link! :smileyhappy:
0 Kudos
Reply