Use Windows Super Terminal to debug modem and serial port.The Super Terminal is a serial port debugging tool provided by windows. It is easy to use and widely used in the Basic Debugging of Serial Port Devices.
1. Attachment/communication/Super Terminal. In the naming connection dialog box, click "cancel"
2. "properties/settings/ASCII code Settings" under the file. Check and display the locally typed characters.
The following describes the genera
I realized today that my small ADSL modem can also be Telnet...
What the ISP gave me was very broken, Alcatel ADSL home plusplus 500.
Telnet your own ADSL modem through the command line. The IP addresses of different brands are different, and you can also modify them ....
Enter the user name and password to log on. You need to check your modem manual and search
The Win7 system does not have Internet access to the "Modem not Found" reason and troubleshooting steps. nowadays many users install Win7 systems on their computers because the Win7 system is stable and secure. But in the use of the process will inevitably encounter a number of small problems, such as a user said after installing the Win7 system to find that the Internet can not be found, and always prompted to find a
Q: I originally installed Windows 98 in the C partition of my computer, and now I have Windows XP installed in the D partition. You can see that there is no option for the built-in modem I installed in Device Manager under Windows XP, and a question mark appears before "PCI simple communication" in Device Manager. How can i solve this problem?
A: This behavior is generally due to Windows XP not correctly identifying and installing
Workaround:
1, at the same time press the WIN+R key combination (Win is alt next to the Microsoft icon key), in the running window input regedit.exe, click OK;
2, in the registry to the left of the point open: hkey_local_machine\system\currentcontrolset\services\tcpip\parameters;
3, select Parameters, click on the Menu "edit", a new "multiple string value" item, and then named ReservedPorts;
4, double click Create "ReservedPorts", enter 1723-1723 in "Numerical data", click OK, then close R
Zhongxing 831ADSL Modem
How to set 831:
First, 831 of the built-in software brush to 2. 79 version, can www.zte.com.cn download (how to brush in the description inside)
831 the factory set Ethernet port IP address is 192. 168. 1. 1, in order to be able to use Telnet access to 831, we now set the address of a computer to 192. 168. 1. *, using ping 192.168.1.1 to see if you can access to 831, no problem continue, in DOS mode into Telnet 192.168.1.1,
The following describes how to configure and manage an ADSL Modem using the Globespan chip.
ADSL Modem built-in firewall.1. Firewall settings Go to the Management page of the ADSL Modem and click "service> FireWall". Then we can set the FireWall in detail on the page.Blacklist Status: Blacklist Status. If you want ADSLModem to work with the blacklist, you can sel
When using the computer, found that the ADSL modem's LED is not lit.
In the normal state, the modem should have three lights. Respectively, power lights, ADSL lights, Ethernet lamps.
1.Pwer light is not lit. Power Light is the supply led, which means that the modem power supply is not plugged in, need to check the power supply.
2.ADSL light is not lit. This is the ADSL data synchronization lamp, i
The following is an example of an ADSL modem using a Globespan chip to specify how to configure and manage
ADSL modem Built-in firewall.
First, the firewall settings
Into the ADSL Modem Management page, click on "Service →firewall", we can in the page on the firewall to do detailed settings.
Blacklist Status: Blacklist state. If you want Adslmodem to use the
Many people on the internet use the COM port to connect to the mobile phone, use the mobile phone modem, use the AT command to send text messages, introduce the principles of PDU encoding, and write a ready-made class for reference and use.
Smspduclass. CLs
Option explicit
'Preserve the local variable of the attribute valuePrivate mvarsmsclen as integer local ReplicationPrivate mvarsmsctype as string' local copyPrivate mvarsmsc as string' local copyPr
Internet access settings for GSM/GPRS Modem
1. First, set the module under the Super Terminal:At OKAt + CCID // check whether a SIM card is installed+ CCID: "89860060190200147245"OKAt + cgmr // check software version, which is available only for Versions later than 5.0GPRSFunction Support534_09gg.2c2 1747684OKAt + CSQ // check the signal quality and determine whether to log on to the network.+ CSQ: 28, 0OKAt + cgclass = "B" // set the module work typ
Adsl modem initial address and user name and passwordTo debug these settings, You need to first set the IP address of the network card to the same network segment as the ADSL settings.1. In the address bar of the IE browser, enter the IP address 10.0.0.2 in the omnidirectional QL1680. The username is the default value when the admin leaves the factory: the password is qxcomm1680, And the administrator password is
Qxcommsupport2. In the address bar of
USB Modem Driver Design in linux-general Linux technology-Linux technology and application information. For details, see the following section. I recently wrote a usb modem driver for a linux system. Since I have been in touch with the linux system for a few months, I just got started with the driver. I don't know how to design it. I have read the source code of the usb serial port kernel for a while, I hav
detection, ② feet (RXD) receive data. ③ Pin (TXD) sends data. ④ foot (DTR) data Terminal ready, ⑤ foot (SG) signal ground, ⑥ foot (DSR) data device ready. ⑦-pin (RaS) request sent, ⑧ (CTS) clear send. ⑨ foot (RI) ringing indication. DB-9 male (PIN) head arrangement order for example with left, DB-9 female (hole) head in order such as right, pay special attention to the male pin number from sitting to right, the female head is from right to left . eia-rs-232c Standard, there are three send sign
The broadband error 651 is mainly due to the connection between the user terminal computer and the CNC station device. In general, there are four types of situations:
1, the network cable is not connected;
2, modem fault;
3, network card failure;
4, the modem itself set.
User Side Section
This is generally the problem (dial-up software, network card driver, USB cat drive, computer system, ADSL cat i
1. mv/system/lib/libserria_gps.so/system/This is the GPS switch off.2. mv/system/lib/libnm-ril.so/system/This is to turn off Ril.3. NMEA is GPS standard format GPS data4. Find out which TTYUSBX is the AT/PPP methodWrite "ati\r\n" to each/DEV/TTYUSBX node and read the nodeFor example: Enter ADB 1 : Stopril-daemon2 : CAT/DEV/TTYUSB23 : In addition Shell Open. 4 : Perform echo-e "ati\r\n" >/dev/ttyusb2The command can also see the version of the module. 5.Bridge driver is directly to the
MM1 interface is the mobile terminal and mmsc (China Mobile is the http://mmsc.monternet.com) used to send MMS Message interface, GPRS modem of course can also use this interface to send.
Using system;
Using system. net;
Using system. IO;
Using system. diagnostics;
Using system. Threading;
Using system. collections;
Using system. text;
Namespace mmslib
{
/// /// Summary of mmsender.
///
/// Public class mmsender
{
// Set parameters
String smmscurl =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.