can put the USE_ACM to 1, the host end with Windows Usbser.sys Drive, that is, USB to the serial port driver, sometimes in the C:/windows/driver/dllcach directory,can use expand to solve it, concrete reference/kernel/document. In the Windows side need to write an INF file, in the INF file can turn USB into a modem, so that Windows can use it to dial the Internet
USB transfer protocol. -- Arvin, usb transmission arvinQuestion 1: What is the structure of the USB transmission line? Answer 1: a usb transmission line consists of four lines: Ground Wire, power cord, D +, and D-. D + and D-are differential input lines, it uses a voltage of 3.3V (note that it is different from the 5 V
Booting from the USB stick there are three ways: USB-HDD, Usb-cdrom, USB-FDD, which USB-FDD format is older, at the same time there is a certain problem of compatibility, and currently only for USB-HDD and
Someone asked, how can I write a driver for so long? Indeed, it is not easy for everyone to go all the way, but now that we have reached today, we can only stick to it. Usb_stor_acquire_resources () is used to obtain resources by name. What is a resource? I have not applied for a large number of applications...
Someone asked, how can I write a driver for so long?
Indeed, it is not easy for everyone to go all the way, but now that we have reached today, we can only stick to it.
Usb_stor_acquir
Installation Configuration minicom--------------------------------------------------
#
lsmod | grep usbserial(If you use the serial port directly, but do not use USB to switch serial device, this step can be skipped)
If there is usbserial, the system supports USB to the serial port.
Install minicom (fedora comes with minicom, this step can be skipped)
apt-get Install minicom
apt-get Install Lrzsz
Confi
In the code of the entire USB-storage module, the most soul part is in a function called usb_stor_control_thread (), which is naturally the climax of our entire story. Some special functions are called from the usb_stor_acquire_resources () function, which we will see soon. It only appears once in the whole play, that is, in storage_probe, where the row number is 1005.
However, before that, there were four functions in front of us, namely get_device_i
In the previous article, we have given the link address of the USB protocol, from this article, we will involve a lot of USB 1.1 content, our guiding ideology is to start with the familiar USB 1.1 protocol, first use off-the-shelf HCD and USBD, directly face the client driver programming, see the results as soon as possible, So that readers have confidence in the
After reading get_transport (), continue to read the get_protocol () and get_pipes () functions. Still from drivers/usb/storage/usb. c: 672staticintget_protocol (structus_data * us) 673 {674 switch (us- gt; subclass) {675
After reading get_transport (), continue to read the get_protocol () and get_pipes () functions. Still from drivers/usb/storage/
USB has become one of the indispensable interfaces of PC, almost all devices can be connected to USB devices, USB keyboard, mouse, printer, camera, and commonly used U disk and so on, starting from this article, will focus on the use of USB devices in Dos method, There will be several temporary difficult to set, write
Technorati label: Boot Disk
How to Create a USB flash drive and install the system with a USB flash drive (reprinted)
Many of my friends are using laptops without optical drives, but the problem also arises. When we need to reinstall the system, there is no optical drive. What should we do? Maybe you can say that the hard disk can be installed under DOS, but how many people will use dos?
In fact, not only d
ProgramDownload URL
Http://www.sknet-web.co.jp/down/USBlin15.EXE (dual-host pair)
Http://www.sknet-web.co.jp/down/USBpro15.EXE (up to 17 connections, this driver is recommended)
I. What devices are required for USB connection?The premise of using USB for online connection is that your machine has a USB interface. Generally, as long as the motherboard is pro
Linux-USB Gadget
OverviewThe Linux-USB Gadget driver framework (hereinafter referred to as gadget) provides software functions for devices defined by the USB protocol.Compared with the Linux USB host driver, the gadget driver appears later than 2.4.23.The Gadget Framework proposes a set of standard APIs, which are driv
For the entire USB-storage module, the usb_stor_init () function is its start. However, for the USB flash drive, the function that actually drives the USB flash drive starts with the storage_probe () function.
As long as the two parallel lines overlap, it is doomed to start a lifetime of entanglement, no matter whether the middle is a short separation.
In 1991, one introduced the concept of pipelines in Linux and used pipelines in many places, such as file systems and device drivers. So we can see that there are various pipelines in Linux. But the same thing is that all pipelines are used to transmit things, but some pipelines transmit real material while some pipelines transmit data.
The pipe we see in the USB code is used for data transmission and communication. Communication is from both parties
Come out and try again later. Basically, each directory in the Linux kernel has a Makefile. Makefile and Kconfig are just like a map of a city. a map shows us a city, while Makefile and Kconfig let us know what is under this directory...
"Come out and try again sooner or later ."
Basically, there is a Makefile under each directory in the Linux kernel. Makefile and Kconfig are like a map of a city. a map leads us to know a city, while Makefile and Kconfig let us know the structure under this dire
Recently installed in the old machine on the CentOS system, with the Chinese cabbage or ultraiso after making the system disk, the start booting from USB device and boot failed, has been very depressed , thought to be the cause of the system. It's not working on the Internet to say that the Syslinux file is modified or replaced. The final discovery is the format of the U-boot, which does not match the format of the BIOS boot
Android USB Connections Explained:mtp, PTP, and USB Mass StorageOlder Android devices support USB mass storage for transferring files back and forth with a computer. Modern Android devices use the MTP or PTP protocols-you can choose which one prefer.To select a USB connection protocol, open the Settings app, tap Storag
Install a Linux system to a USB flash drive or a USB flash drive for a linux System
Step 1: First insert the usb flash drive to the usb interface of the Computer Host (it is recommended to insert the usb interface to the rear of the hosts box), and then open the UltraISO sof
USB protocol analysis, usb protocol
1. Description structure of USB devices
1. Logical Organizational Structure
The logical organization of a USB device consists of four layers: device, configuration, interface, and endpoint. A device usually has one or more configurations. The configuration usually has one or more int
"Come out and try again sooner or later ."
Basically, LinuxEach directory in the kernel has a makefile. MakefileAnd kconfigJust like a map of a city, a map leads us to know a city, while makefileAnd kconfigSo that we can understand the structure under this directory. Drivers/USB/storage/Makefile under the DirectoryThe content is as follows:
Lfg1:/usr/src/linux-2.6.22/Drivers/USB/storage #Cat makefile
#
# Ma
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.