Sort of a follow up on my previous post. I went ahead and got the serial port to work on the Belkin router. This part was a piece of cake. I simply opened the cover. I found that they already have pins soldered into the board for it on the area marked J3. The 4 pins are: + TX RX -. So I drilled a hole in the case, undid one end of a spare servo extension wire I had so I could get through the new hole and then plugged into 3 pins (Don’t need power for this).

At the other end I then unded the 3 pin housing and used a 4 pin instead as the Prop plug has 4 pins and I don’t need reset… I then used a couple of the servo extension Male/male things so I could plug the wire into the prop plug, as seen:

I connected up a terminal program to the comm port associated with the prop-plug and configured it for 115200 and then plugged the router in. I started to get lots of data printed out, starting like:
[code]Decompressing…done
Init Arena
Init Devs.
Boot partition size = 131072(0x20000)
et0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.10.128.0
CPU type 0x19740: 453MHz
Tot mem: 65536 KBytes
CFE mem: 0x80700000 - 0x8079A640 (632384)
Data: 0x80731730 - 0x80733AF0 (9152)
BSS: 0x80733AF0 - 0x80734640 (2896)
Heap: 0x80734640 - 0x80798640 (409600)
Stack: 0x80798640 - 0x8079A640 (8192)
Text: 0x80700000 - 0x80731730 (202544)
Copying boot params…DONE
Bootloader version 0.06e boot_version 0.06e
Project name : WG8017F22 1-LF-AK
Press space bar to cancel startup…
Device eth0: hwaddr 94-44-52-1B-0E-FF, ipaddr 192.168.1.1, mask 255.255.255.0
gateway not set, nameserver not set
Loader:raw Filesys:raw Dev:flash0.os File: Options:(null)
Loading: … 3896 bytes read
Entry at 0x80001000
Closing network.
Starting program at 0x80001000
Linux version 2.6.24.111 (eko@dd-wrt) (gcc version 4.1.2) #2356 Sun Sep 26 16:29:21 CEST 2010
CPU revision is: 00019740
Determined physical RAM map:
memory: 04000000 @ 00000000 (usable)
…[/code]
At the end of all of the booting up of the router, you can then hit enter at the keyboard and you will get a login prompt…
Kurt