View previous topic :: View next topic |
Author |
Message |
ntype
Joined: 01 Nov 2007 Posts: 9
|
Route COM1 RX to COM2 TX (PC) |
Posted: Wed Dec 05, 2007 8:59 am |
|
|
Hi, this isn't striclty a PIC question but is related.
I'm using a 2 PIC that communicate over a serial connection, but would like to monitor there coms messages using a PC based Termin program. Is there any software out there that i can route incomining messages on COM1 of my pc and send them out over COM2 while monitoring the data?
PIC1 -> COM1 RX -> Terminal Display -> COM2TX -> PIC2
type arrangement
Thanks
Mike |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Wed Dec 05, 2007 9:11 am |
|
|
I think the easliest would be to cut a serial cable open.
Then have another cable from pc to opening.
then a tap into it. Sort of "Y" cable.
I make these all the time from dead mice.
i think DB9-M pin 2 is RX to the pc.
This then goes to the cut open cable DB9-M pin 2.
http://www.pccables.com/00819.htm
As for software look at serial port splitter. it can split or join serial ports.
That is the closest I can think of.
http://www.fabulatech.com/serial-port-splitter.html
Last edited by treitmey on Wed Dec 05, 2007 9:14 am; edited 1 time in total |
|
|
ntype
Joined: 01 Nov 2007 Posts: 9
|
|
Posted: Wed Dec 05, 2007 9:13 am |
|
|
treitmey wrote: | I think the easliest would be to cut a serial cable open.
Then have another cable from pc to opening.
then a tap into it. Sort of "Y" cable.
I make these all the time from dead mice.
i think DB9-M pin 2 is RX to the pc.
This then goes to the cut open cable DB9-M pin 2.
http://www.pccables.com/00819.htm |
yea ive used this method before, but i dont have the calbes to spare right now... looking for a software option! |
|
|
libor
Joined: 14 Dec 2004 Posts: 288 Location: Hungary
|
|
Posted: Wed Dec 05, 2007 9:27 am |
|
|
There is a software only solution, exactly what you are looking for, it links two serial ports of a PC and shows the traffic in both ways in different colors in the same terminal window. ...and it is freeware btw.
TALtech TALBreakout |
|
|
ntype
Joined: 01 Nov 2007 Posts: 9
|
|
Posted: Wed Dec 05, 2007 9:40 am |
|
|
libor wrote: | There is a software only solution, exactly what you are looking for, it links two serial ports of a PC and shows the traffic in both ways in different colors in the same terminal window. ...and it is freeware btw.
TALtech TALBreakout |
Great, ill give this a go |
|
|
|