Bug 80830 - show full modem's CONNECT string
Summary: show full modem's CONNECT string
Status: REPORTED
Alias: None
Product: kppp
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Harri Porten
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 11:22 UTC by Sergey Y. Afonin
Modified: 2008-03-16 18:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
show full connection string in hint (4.12 KB, patch)
2008-03-16 18:47 UTC, Sergey Y. Afonin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2004-05-03 11:22:32 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Unlisted Binary Package
OS:          Linux

kppp show in hint window some informations: "Connection", "Connected at" and "Time connected". "Connected at" contain connection speed, but I think what it must contain full connection string. For example, I have modem ZyXEL U-336. Connect string of modem is:
CONNECT <port speed>/<line speed>/<connect options>
Real string:
CONNECT 57600/V.34 28800/V42b/SREJ

"Connected at" display RS-232 speed, but all iformatios is interesting.
Comment 1 Stranger 2004-10-25 12:18:44 UTC
kppp show speed of connection between serial port and modem, but not speed of conection between my modem and ISP modem.
Comment 2 Sergey Y. Afonin 2006-05-05 14:58:11 UTC
> kppp show speed of connection between serial port and modem

No, kppp show a part of CONNECT string. I use 115k for RS-232 port.

Comment 3 Sergey Y. Afonin 2008-03-16 18:47:58 UTC
Created attachment 23922 [details]
show full connection string in hint

It adds this feature. A patch have small bug: void ConWindow::timeclick() is
called when start only, and change of string in static window is applied after
restart.