PDA

View Full Version : [Solved] Disconnect from Serial Connection


atwinix
December 21st, 2009, 06:23
Greetings,

I managed to get connected to a serial connection to my device via cuad0 but I can“t find a way to close the session and get out.

I tried every key combination I could find on the web and the freebsd handbook but with no luck so far.

I am running FreeBSD 7.2 and I used cu to connect to the serial device - its an oscilloscope (Tektronic TDS 2014, if that helps!)

Any ideas how I can get out?

With Thanks,

atwinix ;)

mickey
December 21st, 2009, 06:30
I am running FreeBSD 7.2 and I used cu to connect to the serial device - its an oscilloscope (Tektronic TDS 2014, if that helps!)

Any ideas how I can get out?

You need to type ~. on a new line, i.e.

<ENTER>
~.

vivek
December 21st, 2009, 06:59
I'm using both KVM and serial connection and typing exit always get backs to local shell or java app that starts serial / KVMoIP connection.

atwinix
December 21st, 2009, 07:02
Woohoo! Works great! Thanks Mickey!