prolific pl-2303 + null-modem

Hi, everybody!

I'm trying to connect my laptop to a pc via serial console. As my laptop does not have any com port, I've connected prolific pl-2303 cable to usb, and a null-modem cable to pc. Those two are joined together. Will this configuration work? So far I have not been able to get it running :-/ I've tried different options in loader.conf, boot.config, ttys, etc. and nothing. Laptop is running on Win7, I'm using putty, but nothing pops out on the screen.

Thanks in advance.
 
rzakus said:
Hi, everybody!

I'm trying to connect my laptop to a pc via serial console. As my laptop does not have any com port, I've connected prolific pl-2303 cable to usb, and a null-modem cable to pc. Those two are joined together. Will this configuration work? So far I have not been able to get it running :-/ I've tried different options in loader.conf, boot.config, ttys, etc. and nothing. Laptop is running on Win7, I'm using putty, but nothing pops out on the screen.

I've not tried from a windows laptop. But I use serial usb to connect to the serial console of my Soekris box (running 9-STABLE, the configuration was different for FreeBSD 8) :
Code:
/boot/loader.conf
console="comconsole"
comconsole_speed="57600"

Code:
/etc/ttys
ttyu0   "/usr/libexec/getty std.57600"  vt100   on secure

Then I use minicom to connect to the serial console at 57600 bauds (from another FreeBSD).

HTH, regards.
 
Back
Top