US20060230204A1 - Reconfigurable Flash Media Reader System - Google Patents

Reconfigurable Flash Media Reader System Download PDF

Info

Publication number
US20060230204A1
US20060230204A1 US11/425,251 US42525106A US2006230204A1 US 20060230204 A1 US20060230204 A1 US 20060230204A1 US 42525106 A US42525106 A US 42525106A US 2006230204 A1 US2006230204 A1 US 2006230204A1
Authority
US
United States
Prior art keywords
card
flash media
data
reader
clock
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/425,251
Other versions
US7512726B2 (en
Inventor
Ching-Yung Han
Chin-Ran Lo
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Maishi Electronic Shanghai Ltd
Original Assignee
O2Micro International Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by O2Micro International Ltd filed Critical O2Micro International Ltd
Priority to US11/425,251 priority Critical patent/US7512726B2/en
Publication of US20060230204A1 publication Critical patent/US20060230204A1/en
Application granted granted Critical
Publication of US7512726B2 publication Critical patent/US7512726B2/en
Assigned to MAISHI ELECTRONIC (SHANGHAI) LTD reassignment MAISHI ELECTRONIC (SHANGHAI) LTD ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: O2MICRO INTERNATIONAL LIMITED
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices

Definitions

  • the invention relates to smart card readers. More particularly, the invention relates to smart card readers that interface to both asynchronous and synchronous smart cards.
  • Smart cards are typically the same size as a conventional credit card. They are referred to as smart cards because they contain an embedded microchip. Smart cards are capable of storing personalized electronic data that can be used to authenticate a user to the user's computer, and to authenticate the user during related e-commerce transactions. This technology, which requires both smart card reader hardware and software components for data transactions, effectively increases security and enables authorized users to have access to sensitive data and/or to enter into binding transactions. Because of the increased network security they provide, smart cards are often used for trusted e-commerce and digital transaction security.
  • a smart card can store information to protect privacy and data security, while strictly and precisely limiting access to such data, smart cards are becoming a favorable choice for computer and Internet access.
  • the smart card becomes a secure extension of a computer network.
  • computer manufacturers increasingly include smart card readers in the computer products that they offer to their customers. In this way, such products are able to meet today's on going e-business security challenge in Internet access, network access, and electronic transactions.
  • Smart cards come in two flavors (as well as many formats): asynchronous and synchronous.
  • the asynchronous smart cards are true “smart” cards because they contain a built-in CPU.
  • the built-in CPU communicates with the attached computer through the smart card reader and manipulates the data stored in the smart card's memory.
  • Asynchronous cards are typically considered more expensive because of the built-in CPU.
  • Synchronous cards do not have a built-in CPU and are considerably lower in cost than asynchronous smart cards.
  • the synchronous cards are basically memory cards, sometimes with some built-in security.
  • the smart card reader interface is fairly standardized with respect to asynchronous smart cards.
  • the communications interface with synchronous smart cards are not standardized. This means that different manufacturers have different data clock rates for writing data to the synchronous smart card's memory, resulting in dedicated smart card readers for each type of synchronous smart card.
  • USB smart card readers use USB connections to interface to the user's computer.
  • the USB driver architecture is inherently slower than PCI or RS232/PS2 standards because of the communications overhead.
  • the drawback to using USB smart card readers is that the USB data rates are not ideal for reading or writing data to synchronous smart cards, i.e., the USB smart card readers cannot take full advantage of the synchronous smart card's data bandwidth.
  • the invention provides a reconfigurable flash media reader system.
  • the system allows a flash media reader to dynamically adapt to differing types of synchronous flash media cards as well as asynchronous flash media cards.
  • the invention provides a system that increases a USB flash media reader's data bandwidth for synchronous flash media cards.
  • a preferred embodiment of the invention provides a flash media reader that accepts both asynchronous and synchronous flash media cards.
  • the flash media reader is connected to a host computer via a Universal Serial Bus (USB).
  • USB Universal Serial Bus
  • the flash media reader identifies the card type of the inserted flash media card and notifies the host computer of the card type.
  • the host computer has a list of interface information for different types of flash media cards.
  • the flash media card type is referenced in the interface information list and the proper baud rate is then set on the flash media reader by the host computer.
  • the flash media card is a synchronous card
  • data that is to be written into the flash media card is gathered and converted to the proper card IO strobes for the flash media card type.
  • the converted card IO strobes are interleaved with the proper card clock strobes for the flash media card type into a bit stream in a bulk transfer packet.
  • the bulk transfer packet is sent via the USB link to the flash media reader.
  • the flash media reader receives the bulk transfer packet and extracts the data bit stream from said bulk transfer packet.
  • the data bit stream is clocked into the flash media card using the baud rate as a reference clock. Clock and IO signals on one flash media card are strobed according to the interleaved card clock and card IO signals from the data bit stream.
  • Data is retrieved from the flash media card by calculating the number of clock cycles required to clock out the data from the flash media card.
  • the host computer sets the appropriate baud rate on the flash media reader to accomplish the data read. After the calculated number of clock cycles are completed, the host computer issues a bulk in transfer command to the flash media reader.
  • the flash media reader responds to the bulk in transfer command by sending a bulk in transfer packet containing the data clocked out of the flash media card to the host computer.
  • FIG. 1 is a block schematic diagram of a USB interfaced reconfigurable flash media reader and host computer according to the invention
  • FIG. 2 is a block schematic diagram of a state diagram of a preferred embodiment of the invention according to the invention.
  • FIG. 3 is a block schematic diagram of a state diagram of a reconfigurable flash media reader according to the invention.
  • FIG. 4 is a schematic diagram of data and clock transitions from a bulk transfer data stream according to the invention.
  • FIG. 5 is a block schematic diagram of a task viewpoint of a preferred embodiment of the invention according to the invention.
  • the invention is embodied in a reconfigurable flash media reader system in a computer environment.
  • a system according to the invention allows a flash media reader to dynamically adapt to differing types of synchronous flash media cards as well as asynchronous flash media cards.
  • the invention provides a system that increases the bandwidth of data accesses to synchronous flash media cards over a USB connected flash media reader.
  • PKI Public Key Infrastructure
  • flash media plays a very important role in the exchange of data between digital appliances, e.g., digital cameras, camcorders, etc., and the PC.
  • PCs have a plurality of built-in USB ports that are supported by different operating systems (OS) such as Mac, Windows, and Linux.
  • OS operating systems
  • a smart card (flash media) reader is connected to the PC.
  • the smart card reader reads the user's smart card when it is inserted into the reader.
  • the most common methods of connecting smart card readers to PCs are: PCI; RS232/PS2; and Universal Serial Bus (USB).
  • USB see Universal Serial Bus Specification 1.1, Copyright ⁇ 1998, Compaq Computer Corporation, Intel Corporation, Microsoft Corporation, NEC Corporation, available at http://www.usb.org
  • the major goal of USB was to define an external expansion bus which makes adding peripherals to a computer as easy as hooking up a telephone to a wall-jack.
  • USB devices are hot pluggable making them convenient and easier to use than other devices. This makes USB flash media readers more attractive and acceptable to end users.
  • the flash media card comes in several different formats such as the smart card, Sony-MS, Toshiba-SD, Compaq flash, smart media, MMC, etc.
  • Each format can have different levels of built-in security or no built-in security.
  • the smart card format has a CPU built into the card.
  • Synchronous cards such as Sony's memory stick have no built-in security while Sony's magic gate has built-in security.
  • flash media varies with the level of built-in security. For example, a smart card with an on-board CPU costs $3 to $6 compared to synchronous cards which cost only $0.20 to $0.40, depending on the memory size.
  • Synchronous cards have a relatively high data throughput because the synchronous cards are memory devices and do not have on-board CPUs. Data is clocked in and out of synchronous cards by the smart card reader.
  • Synchronous cards are not standardized in the industry and memory clock specifications vary among manufacturers. This is done purposely by the manufacturers so that a specialized flash media reader is required to read their specific synchronous flash media cards.
  • PCI and RS232/PS2 smart card readers have enough bandwidth across the PCI or RS232/PS2 connection to transfer data to and from synchronous smart cards to utilize a large portion of the available data bandwidth of the synchronous card.
  • the USB standard requires that communication is performed via packets.
  • Communication overhead caused by the packet approach, adds a latency factor between the computer and the smart card reader.
  • the loss of bandwidth due to the packet overhead causes the smart card reader to access synchronous cards at a much slower rate than with PCI or RS232/PS2.
  • USB smart card readers therefore have slower synchronous data access speeds and poorer performance when compared to PCI or RS232/PS2 smart card readers.
  • USB control transfer packet uses the USB control transfer packet to program the clock and IO registers on smart card readers to generate the necessary synchronous smart card clock and IO.
  • the performance of USB readers using this approach is poor due to the limitations of the USB transfer architecture and bus speed.
  • a preferred embodiment of the invention increases the throughput of USB flash media readers (i.e., smart card reader, smart media reader, etc.) for synchronous flash media cards.
  • the invention provides a system that intelligently adapts to the specific type of flash media card inserted into the flash media reader.
  • the data clock rate of the flash media reader is configured remotely to adapt to specific synchronous flash media cards.
  • the invention allows a USB flash media reader to support a variety of low cost synchronous cards (e.g., synchronous smart card, Sony-MS, etc.) and to meet performance requirements associated with such cards. Synchronous card support is easily integrated with asynchronous card support within a single flash media reader.
  • synchronous cards e.g., synchronous smart card, Sony-MS, etc.
  • the data read and write performance is dramatically increased without requiring extra circuits in the media reader chip.
  • the Flash Media Reader 103 is a USB device with an integrated flash media reader that complies with the ISO/IEC-7816 standard.
  • the Flash Media Reader 103 identifies the flash media card 104 . Flash Media Reader 103 informs the host PC 101 across the USB connection 102 the type of card that has been inserted.
  • Asynchronous cards communicate with the Flash Media Reader 103 at their own CPU's pace.
  • An asynchronous card's intelligence allows it operate to in a message format rather than the straight data reads and writes that synchronous cards require.
  • the PC 101 looks up the flash media interface information (e.g., smart card clock and smart card I/O) for that specific synchronous card type.
  • the PC 101 programs the flash media interface information and combines the interface information by using an interleaving method to create the data for a USB bulk transfer.
  • the PC 101 then issues bulk transfers across the USB 102 , sending the data to the Flash Media Reader 103 .
  • the Flash Media Reader 103 receives a bulk transfer data packet, it extracts the interface information (e.g., smart card clock and I/O) from the data and generates the flash media interfaces to the flash media card 104 , writing data to the flash media card 104 .
  • the invention easily adapts to different flash media types by programming each type's interface formats into the reader, thereby meeting each flash media's requirements. Further, because the USB bulk transfer packet is used, data write performance is greatly enhanced.
  • the USB standard defines four data transfer types: control, isochronous, interrupt, and bulk.
  • the bulk transfer type targets USB devices such as printers, scanners, and digital cameras that move large amounts of data to or from the PC over USB.
  • the bulk transfer type transfers up to 64 bytes at a time.
  • FIG. 2 a state diagram of the invention's flash media reader and configuration system is shown.
  • a flash media card is inserted 201 into the reader.
  • the card is powered up and the reader waits for an Answer To Reset (ATR) from the card 202 .
  • ATR Answer To Reset
  • the host takes control over the data exchange with the flash media card interface 203 .
  • the host issues a USB control transfer to write to the reader's internal registers. It looks up the reader's interface information and assembles data packets by combining the interface information and data to be written to the card into USB bulk transfer packets.
  • the USB bulk transfer packets are sent to the reader 204 .
  • the reader receives the USB packets and recognizes the USB bulk transfer packets. It extracts the data from the USB bulk transfer packet 206 .
  • the reader verifies the data 207 or reports a data extract error 205 to the host and uses its internal baud rate as the reference clock to generate card clock and card IO signals to the flash media card 208 , 209 .
  • the card responds 211 and the write cycle continues.
  • the reader idle state is the normal state 303 where the reader waits for a card to be inserted.
  • the reader powers the card 301 .
  • the reader waits for the ATR from the card 301 . If the reader times out before an AlP is received 308, it transitions back to the idle state 303 . Otherwise, the card answers with an ATR 306 and the reader begins protocol negotiation with the card 302 .
  • the reader goes back to the idle state 303 . If the card communicates with the reader 312 , then the reader transitions to the command state 304 . As each command arrives from the host, the reader sends the appropriate APDU commands (as defined in ISO 7816-4 section 5.3) to the card 313 and waits for a response 305 . When the card responds 314 , the reader continues with the command state 304 . If the card is removed at any time 309 , 310 , the reader returns to the idle state 303 .
  • the appropriate APDU commands as defined in ISO 7816-4 section 5.3
  • the host 101 assembles each bulk transfer packet by interleaving the data with the card clock and card IO signals.
  • Each type of synchronous card has a required clock frequency and specification for clocking data in and out of the on-board memory.
  • Within the bulk transfer packet bit stream are the card clock strobes and card IO clock timing.
  • the data is converted into the proper card IO strobes for the specific card type.
  • the timing is specified in the bit pattern within the data in the bulk transfer packet.
  • the reader's 103 baud rate frequency is set by the host 101 when the card type is identified.
  • the host 101 then sends the bulk transfer packet to the reader 103 .
  • the reader 103 uses the baud rate frequency as an internal reference clock to clock out the bits in the bulk transfer packet data. Based on the baud rate, bulk out data bits 0 , 2 , 4 , 6 , . . . are the card IO, and bits 1 , 3 , 5 , 7 , . . . are the card clock.
  • the host performs the following steps:
  • the host 101 determines the number of clock cycles that need to be generated for the data being retrieved from the card 104 . The host 101 then sets the baud rate frequency on the reader to generate the card clock. After the number of clock cycles are completed, the host 101 issues a bulk in transfer to read the data extracted from the card 104 .
  • the Get Card Data/ID module 514 retrieves the card type from the flash media card through the Extract Card Data/ID module 513 .
  • the Get Card Data/ID module 514 sends the card type to the host through the Send Pkt module 515 .
  • the host receives the card ID from the reader through the Receive Pkt module 505 .
  • the Distribute Reader Pkts module 507 routes reader packets to the correct module and forwards the card ID to the Retrieve Card Interface Info module 504 .
  • Flash media card interface information for the particular card is retrieved from the Media Card database 506 by the retrieve Card Interface Info module 504 .
  • the Retrieve Card Interface module 504 distributes the card interface information to the modules that need the information such as the Create Bulk Pkt module 501 and Configure Reader module 502 .
  • the reader's baud rate and any other configuration registers are set by the Configure Reader module 502 .
  • the proper baud rate is calculated for the reader, based on the card type, to use as a reference clock by the Configure Reader module 502 and a packet is sent through the Send Pkt module 503 to the reader to set the baud rate register.
  • Host packets are received by the Receive Pkt module 508 on the reader and sent to the Interpret Command Pkts module 509 .
  • the baud rate on the reader is set by the Set Baud rate module 512 .
  • the host then assembles the bulk transfer packets in the Create Bulk Pkt module 501 .
  • the data to be written to the card is interleaved with the card clock and clock IO signals that correspond to the card type. Bit strobes are generated for the data and signals based on the card type.
  • Bulk transfer packets are sent to the reader through the Send Pkt module 503 .
  • Bulk transfer packets are routed through the reader to the Extract Bulk Data module 510 .
  • the Extract Bulk Data module 510 extracts the data bit stream from the bulk transfer packet. Extracted data is written to the card by the Clock Card Data In module 511 .
  • the Clock Card Data In module 511 uses the reader's baud rate as a reference clock to clock the data stream bits into the card. The card clock is toggled using the even bits of the data stream for the data IO clock and the card clock is toggled using the odd bits of the data stream.
  • Extract Card Data/ID module 513 Data reads from the card are performed by the Extract Card Data/ID module 513 .
  • the host calculates the number of clock cycles required to clock out the data from the card and sets the appropriate baud rate on the reader via the Configure Reader module 502 .
  • the Receive Pkt module 508 on the reader receives the command packet, routes it to the Interpret Command Pkts module 509 and sets the baud rate in the Set Baud rate module 512 .
  • the data is clocked out of the card using the Extract Card Data/ID module 513 .
  • the Get Card Data/ID module 514 gathers the extracted data. After the number of clock cycles are completed, the host issues a bulk in transfer via the Send Pkt module 503 , to read the data extracted from the card. The bulk in transfer command is routed through the Interpret Command Pkts module 509 to the Get Card Data/ID module 514 . The Get Card Data/ID module 514 creates the bulk in transfer packet using the data retrieved from the card and sends the packet to the host via the Send Pkt module 515 on the reader. The host receives the packet through the Receive Pkt module 505 and the Distribute Reader Pkts module 507 sends the bulk in transfer packet to the requesting task.
  • USB communication protocol is specifically mentioned herein, the invention can be used in any other communications protocol that has a slower throughput than the synchronous flash media being used.
  • the invention can be implemented by sending bulk data packets to the reader via the RS2321PS2 connection. The bulk data packets are used to clock the data into the faster flash media cards at a higher rate than the RS232/PS2 transfer rate.
  • the invention also allows readers to dynamically adapt to different types of synchronous cards while being able to support asynchronous cards.

Abstract

A reconfigurable flash media reader system provides a flash media reader that accepts both asynchronous and synchronous flash media cards. The reader identifies the card type of the inserted flash media card and notifies the host computer of the card type. The host computer has a list of interface information for different types of flash media cards and references the card type in the list and sets the proper baud rate on the reader. If the flash media card is a synchronous card, data that is to written into the flash media card is gathered and converted to the proper card IO strobes for the card type which are interleaved with the proper card clock strobes for the card type into a bit stream in a bulk transfer packet. The reader extracts the data bit stream from said bulk transfer packet and clocks the data bit stream into the flash media card using the baud rate as a reference clock.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 10/919,932, filed on Aug. 17, 2004, now U.S. Pat. No. 7,065,991 which is a continuation of U.S. patent application Ser. No. 09/998,437 filed Nov. 30, 2001, now U.S. Pat. No. 6,779,059, the teachings of which are herein incorporated by reference.
  • BACKGROUND OF THE INVENTION
  • 1. Technical Field
  • The invention relates to smart card readers. More particularly, the invention relates to smart card readers that interface to both asynchronous and synchronous smart cards.
  • 2. Description of the Prior Art
  • Smart cards are typically the same size as a conventional credit card. They are referred to as smart cards because they contain an embedded microchip. Smart cards are capable of storing personalized electronic data that can be used to authenticate a user to the user's computer, and to authenticate the user during related e-commerce transactions. This technology, which requires both smart card reader hardware and software components for data transactions, effectively increases security and enables authorized users to have access to sensitive data and/or to enter into binding transactions. Because of the increased network security they provide, smart cards are often used for trusted e-commerce and digital transaction security.
  • Today, smart cards are used in virtually every aspect of the high technology industry—from commerce applications to identification, from benefits management to Internet/e-commerce transactions, and from telecommunications to broadcast television downloads. The increase in use of computer networks and the emergence of the Internet as a mechanism for both e-commerce and e-communication has accelerated the growth of demand, and the applications available, for smart cards.
  • Because a smart card can store information to protect privacy and data security, while strictly and precisely limiting access to such data, smart cards are becoming a favorable choice for computer and Internet access. In this type of application, the smart card becomes a secure extension of a computer network. As a result, computer manufacturers increasingly include smart card readers in the computer products that they offer to their customers. In this way, such products are able to meet today's on going e-business security challenge in Internet access, network access, and electronic transactions.
  • Smart cards come in two flavors (as well as many formats): asynchronous and synchronous. The asynchronous smart cards are true “smart” cards because they contain a built-in CPU. The built-in CPU communicates with the attached computer through the smart card reader and manipulates the data stored in the smart card's memory. Asynchronous cards are typically considered more expensive because of the built-in CPU.
  • Synchronous cards, on the other hand, do not have a built-in CPU and are considerably lower in cost than asynchronous smart cards. The synchronous cards are basically memory cards, sometimes with some built-in security.
  • The smart card reader interface is fairly standardized with respect to asynchronous smart cards. However, the communications interface with synchronous smart cards are not standardized. This means that different manufacturers have different data clock rates for writing data to the synchronous smart card's memory, resulting in dedicated smart card readers for each type of synchronous smart card.
  • Further, a large number of smart card readers use USB connections to interface to the user's computer. The USB driver architecture is inherently slower than PCI or RS232/PS2 standards because of the communications overhead. The drawback to using USB smart card readers is that the USB data rates are not ideal for reading or writing data to synchronous smart cards, i.e., the USB smart card readers cannot take full advantage of the synchronous smart card's data bandwidth.
  • It would be advantageous to provide a reconfigurable flash media reader system that is adaptable to both asychronous and synchronous smart cards. It would further be advantageous to provide a reconfigurable flash media reader system that increases the data bandwidth for synchronous smart cards over a USB connection.
  • SUMMARY OF THE INVENTION
  • The invention provides a reconfigurable flash media reader system. The system allows a flash media reader to dynamically adapt to differing types of synchronous flash media cards as well as asynchronous flash media cards. In addition, the invention provides a system that increases a USB flash media reader's data bandwidth for synchronous flash media cards.
  • A preferred embodiment of the invention provides a flash media reader that accepts both asynchronous and synchronous flash media cards. The flash media reader is connected to a host computer via a Universal Serial Bus (USB). The flash media reader identifies the card type of the inserted flash media card and notifies the host computer of the card type.
  • The host computer has a list of interface information for different types of flash media cards. The flash media card type is referenced in the interface information list and the proper baud rate is then set on the flash media reader by the host computer.
  • If the flash media card is a synchronous card, data that is to be written into the flash media card is gathered and converted to the proper card IO strobes for the flash media card type. The converted card IO strobes are interleaved with the proper card clock strobes for the flash media card type into a bit stream in a bulk transfer packet. The bulk transfer packet is sent via the USB link to the flash media reader.
  • The flash media reader receives the bulk transfer packet and extracts the data bit stream from said bulk transfer packet. The data bit stream is clocked into the flash media card using the baud rate as a reference clock. Clock and IO signals on one flash media card are strobed according to the interleaved card clock and card IO signals from the data bit stream.
  • Data is retrieved from the flash media card by calculating the number of clock cycles required to clock out the data from the flash media card. The host computer sets the appropriate baud rate on the flash media reader to accomplish the data read. After the calculated number of clock cycles are completed, the host computer issues a bulk in transfer command to the flash media reader. The flash media reader responds to the bulk in transfer command by sending a bulk in transfer packet containing the data clocked out of the flash media card to the host computer.
  • Other aspects and advantages of the invention will become apparent from the following detailed description in combination with the accompanying drawings, illustrating, by way of example, the principles of the invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block schematic diagram of a USB interfaced reconfigurable flash media reader and host computer according to the invention;
  • FIG. 2 is a block schematic diagram of a state diagram of a preferred embodiment of the invention according to the invention;
  • FIG. 3 is a block schematic diagram of a state diagram of a reconfigurable flash media reader according to the invention;
  • FIG. 4 is a schematic diagram of data and clock transitions from a bulk transfer data stream according to the invention; and
  • FIG. 5 is a block schematic diagram of a task viewpoint of a preferred embodiment of the invention according to the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The invention is embodied in a reconfigurable flash media reader system in a computer environment. A system according to the invention allows a flash media reader to dynamically adapt to differing types of synchronous flash media cards as well as asynchronous flash media cards. In addition, the invention provides a system that increases the bandwidth of data accesses to synchronous flash media cards over a USB connected flash media reader.
  • Public Key Infrastructure (PKI) is fast becoming an important feature to end users. This is due to the expansive popularity of the digital appliance, e-commerce security, and digital signature markets. PKI lends itself to the use of smart cards, or flash media, for portable, compact security applications. Flash media plays a very important role in the exchange of data between digital appliances, e.g., digital cameras, camcorders, etc., and the PC.
  • Current incarnations of PCs have a plurality of built-in USB ports that are supported by different operating systems (OS) such as Mac, Windows, and Linux. A smart card (flash media) reader is connected to the PC. The smart card reader reads the user's smart card when it is inserted into the reader. The most common methods of connecting smart card readers to PCs are: PCI; RS232/PS2; and Universal Serial Bus (USB).
  • The USB (see Universal Serial Bus Specification 1.1, Copyright © 1998, Compaq Computer Corporation, Intel Corporation, Microsoft Corporation, NEC Corporation, available at http://www.usb.org) was originally developed in 1995. The major goal of USB was to define an external expansion bus which makes adding peripherals to a computer as easy as hooking up a telephone to a wall-jack.
  • USB devices are hot pluggable making them convenient and easier to use than other devices. This makes USB flash media readers more attractive and acceptable to end users.
  • The flash media card comes in several different formats such as the smart card, Sony-MS, Toshiba-SD, Compaq flash, smart media, MMC, etc. Each format can have different levels of built-in security or no built-in security. For example, the smart card format has a CPU built into the card. Synchronous cards such as Sony's memory stick have no built-in security while Sony's magic gate has built-in security.
  • The cost of flash media varies with the level of built-in security. For example, a smart card with an on-board CPU costs $3 to $6 compared to synchronous cards which cost only $0.20 to $0.40, depending on the memory size.
  • In the current PC industry, as in most consumer industries, keeping the price/cost down is very important to the market. The use of high cost flash media cards, like the CPU type of smart card, are not required in many applications. Low cost synchronous cards can be used to achieve the desired results. Therefore, it is desirable that smart card readers support synchronous cards as well as asychronous cards.
  • Synchronous cards have a relatively high data throughput because the synchronous cards are memory devices and do not have on-board CPUs. Data is clocked in and out of synchronous cards by the smart card reader.
  • Synchronous cards are not standardized in the industry and memory clock specifications vary among manufacturers. This is done purposely by the manufacturers so that a specialized flash media reader is required to read their specific synchronous flash media cards.
  • Generally, PCI and RS232/PS2 smart card readers have enough bandwidth across the PCI or RS232/PS2 connection to transfer data to and from synchronous smart cards to utilize a large portion of the available data bandwidth of the synchronous card. However, the USB standard requires that communication is performed via packets.
  • Communication overhead, caused by the packet approach, adds a latency factor between the computer and the smart card reader. The loss of bandwidth due to the packet overhead causes the smart card reader to access synchronous cards at a much slower rate than with PCI or RS232/PS2. USB smart card readers therefore have slower synchronous data access speeds and poorer performance when compared to PCI or RS232/PS2 smart card readers.
  • Prior approaches control the synchronous smart card clock and IO through specialized hardware. However, the hardware approach is limited in the types of synchronous cards that can be supported in one hardware implementation because synchronous cards are not standardized.
  • Another approach uses the USB control transfer packet to program the clock and IO registers on smart card readers to generate the necessary synchronous smart card clock and IO. However, the performance of USB readers using this approach is poor due to the limitations of the USB transfer architecture and bus speed.
  • A preferred embodiment of the invention increases the throughput of USB flash media readers (i.e., smart card reader, smart media reader, etc.) for synchronous flash media cards. The invention provides a system that intelligently adapts to the specific type of flash media card inserted into the flash media reader. The data clock rate of the flash media reader is configured remotely to adapt to specific synchronous flash media cards.
  • The invention allows a USB flash media reader to support a variety of low cost synchronous cards (e.g., synchronous smart card, Sony-MS, etc.) and to meet performance requirements associated with such cards. Synchronous card support is easily integrated with asynchronous card support within a single flash media reader.
  • Referring to FIG. 1, the data read and write performance is dramatically increased without requiring extra circuits in the media reader chip. When the user inserts a flash media card 104 into the Flash Media Reader 103. The Flash Media Reader 103 is a USB device with an integrated flash media reader that complies with the ISO/IEC-7816 standard. The Flash Media Reader 103 identifies the flash media card 104. Flash Media Reader 103 informs the host PC 101 across the USB connection 102 the type of card that has been inserted.
  • Asynchronous cards communicate with the Flash Media Reader 103 at their own CPU's pace. An asynchronous card's intelligence allows it operate to in a message format rather than the straight data reads and writes that synchronous cards require.
  • If the card is a synchronous card, the PC 101 looks up the flash media interface information (e.g., smart card clock and smart card I/O) for that specific synchronous card type. The PC 101 programs the flash media interface information and combines the interface information by using an interleaving method to create the data for a USB bulk transfer. The PC 101 then issues bulk transfers across the USB 102, sending the data to the Flash Media Reader 103. When the Flash Media Reader 103 receives a bulk transfer data packet, it extracts the interface information (e.g., smart card clock and I/O) from the data and generates the flash media interfaces to the flash media card 104, writing data to the flash media card 104.
  • The invention easily adapts to different flash media types by programming each type's interface formats into the reader, thereby meeting each flash media's requirements. Further, because the USB bulk transfer packet is used, data write performance is greatly enhanced.
  • The USB standard defines four data transfer types: control, isochronous, interrupt, and bulk. The bulk transfer type targets USB devices such as printers, scanners, and digital cameras that move large amounts of data to or from the PC over USB. The bulk transfer type transfers up to 64 bytes at a time.
  • With respect to FIG. 2, a state diagram of the invention's flash media reader and configuration system is shown. A flash media card is inserted 201 into the reader. The card is powered up and the reader waits for an Answer To Reset (ATR) from the card 202. After the card responds with the ATR, the host takes control over the data exchange with the flash media card interface 203. The host issues a USB control transfer to write to the reader's internal registers. It looks up the reader's interface information and assembles data packets by combining the interface information and data to be written to the card into USB bulk transfer packets. The USB bulk transfer packets are sent to the reader 204.
  • The reader receives the USB packets and recognizes the USB bulk transfer packets. It extracts the data from the USB bulk transfer packet 206. The reader verifies the data 207 or reports a data extract error 205 to the host and uses its internal baud rate as the reference clock to generate card clock and card IO signals to the flash media card 208, 209. When the data has been written to the card 210, the card responds 211 and the write cycle continues.
  • Referring to FIG. 3, an exemplary state diagram is shown for the flash media reader. The reader idle state is the normal state 303 where the reader waits for a card to be inserted. When a card is inserted 307, the reader powers the card 301. The reader waits for the ATR from the card 301. If the reader times out before an AlP is received 308, it transitions back to the idle state 303. Otherwise, the card answers with an ATR 306 and the reader begins protocol negotiation with the card 302.
  • If the protocol negotiation fails 311, the reader goes back to the idle state 303. If the card communicates with the reader 312, then the reader transitions to the command state 304. As each command arrives from the host, the reader sends the appropriate APDU commands (as defined in ISO 7816-4 section 5.3) to the card 313 and waits for a response 305. When the card responds 314, the reader continues with the command state 304. If the card is removed at any time 309, 310, the reader returns to the idle state 303.
  • With respect to FIGS. 1 and 4, the host 101 assembles each bulk transfer packet by interleaving the data with the card clock and card IO signals. Each type of synchronous card has a required clock frequency and specification for clocking data in and out of the on-board memory. Within the bulk transfer packet bit stream are the card clock strobes and card IO clock timing. The data is converted into the proper card IO strobes for the specific card type. The timing is specified in the bit pattern within the data in the bulk transfer packet. The reader's 103 baud rate frequency is set by the host 101 when the card type is identified.
  • The host 101 then sends the bulk transfer packet to the reader 103. The reader 103 uses the baud rate frequency as an internal reference clock to clock out the bits in the bulk transfer packet data. Based on the baud rate, bulk out data bits 0, 2, 4, 6, . . . are the card IO, and bits 1, 3, 5, 7, . . . are the card clock.
  • For example, to write the data pattern “0100” to the card 104, the host performs the following steps:
      • 1. After ATR, issue Control_write (reg38, 03h). bit[0]: lcc in tx mode. Bit [1]: atr done.
      • 2. bulk_out (110001001110010001000110)
        The reader 103 decodes the bits in the data of the bulk_out packet. The bit positions are indicated in 401. Reference clock 410 is derived from the reader's 103 baud rate frequency set by the host 101. The card clock 411 of the card 104 is strobed using bits 1, 3, 5, 7, . . . of the data bits 402. Card IO 412 is derived from bits 0, 2, 4, 6, . . . of the data bits 403. The start bits 404 are from bits 0H and 2H, data bit 1 (=0) 405 from bits 4H and 6H, data bit 2 (=1) 406 from bits 8H and aH, data bit 3 (=0) 407 from bits cH and eH, data bit 4 (=0) 408 from bits 10H and 12H, and the stop bits 409 from bits 14H and 16H.
  • To receive data from the card 104, the host 101 determines the number of clock cycles that need to be generated for the data being retrieved from the card 104. The host 101 then sets the baud rate frequency on the reader to generate the card clock. After the number of clock cycles are completed, the host 101 issues a bulk in transfer to read the data extracted from the card 104.
  • Referring to FIG. 5, a task viewpoint of the invention is shown. When a card is inserted into the reader, the Get Card Data/ID module 514 retrieves the card type from the flash media card through the Extract Card Data/ID module 513. The Get Card Data/ID module 514 sends the card type to the host through the Send Pkt module 515.
  • The host receives the card ID from the reader through the Receive Pkt module 505. The Distribute Reader Pkts module 507 routes reader packets to the correct module and forwards the card ID to the Retrieve Card Interface Info module 504. Flash media card interface information for the particular card is retrieved from the Media Card database 506 by the Retrieve Card Interface Info module 504. The Retrieve Card Interface module 504 distributes the card interface information to the modules that need the information such as the Create Bulk Pkt module 501 and Configure Reader module 502.
  • The reader's baud rate and any other configuration registers are set by the Configure Reader module 502. The proper baud rate is calculated for the reader, based on the card type, to use as a reference clock by the Configure Reader module 502 and a packet is sent through the Send Pkt module 503 to the reader to set the baud rate register.
  • Host packets are received by the Receive Pkt module 508 on the reader and sent to the Interpret Command Pkts module 509. The baud rate on the reader is set by the Set Baud rate module 512.
  • The host then assembles the bulk transfer packets in the Create Bulk Pkt module 501. The data to be written to the card is interleaved with the card clock and clock IO signals that correspond to the card type. Bit strobes are generated for the data and signals based on the card type. Bulk transfer packets are sent to the reader through the Send Pkt module 503. Bulk transfer packets are routed through the reader to the Extract Bulk Data module 510.
  • The Extract Bulk Data module 510 extracts the data bit stream from the bulk transfer packet. Extracted data is written to the card by the Clock Card Data In module 511. The Clock Card Data In module 511 uses the reader's baud rate as a reference clock to clock the data stream bits into the card. The card clock is toggled using the even bits of the data stream for the data IO clock and the card clock is toggled using the odd bits of the data stream.
  • Data reads from the card are performed by the Extract Card Data/ID module 513. The host calculates the number of clock cycles required to clock out the data from the card and sets the appropriate baud rate on the reader via the Configure Reader module 502. The Receive Pkt module 508 on the reader receives the command packet, routes it to the Interpret Command Pkts module 509 and sets the baud rate in the Set Baud rate module 512. The data is clocked out of the card using the Extract Card Data/ID module 513.
  • The Get Card Data/ID module 514 gathers the extracted data. After the number of clock cycles are completed, the host issues a bulk in transfer via the Send Pkt module 503, to read the data extracted from the card. The bulk in transfer command is routed through the Interpret Command Pkts module 509 to the Get Card Data/ID module 514. The Get Card Data/ID module 514 creates the bulk in transfer packet using the data retrieved from the card and sends the packet to the host via the Send Pkt module 515 on the reader. The host receives the packet through the Receive Pkt module 505 and the Distribute Reader Pkts module 507 sends the bulk in transfer packet to the requesting task.
  • One skilled in the art will readily appreciate that, although the USB communication protocol is specifically mentioned herein, the invention can be used in any other communications protocol that has a slower throughput than the synchronous flash media being used. For example, as the speed of synchronous flash media cards increases, the RS232/PS2 card readers will not be able to keep up with the cards. The invention can be implemented by sending bulk data packets to the reader via the RS2321PS2 connection. The bulk data packets are used to clock the data into the faster flash media cards at a higher rate than the RS232/PS2 transfer rate. The invention also allows readers to dynamically adapt to different types of synchronous cards while being able to support asynchronous cards.
  • Although the invention is described herein with reference to the preferred embodiment, one skilled in the art will readily appreciate that other applications may be substituted for those set forth herein without departing from the spirit and scope of the present invention. Accordingly, the invention should only be limited by the Claims included below.

Claims (12)

1. A method of transmitting data to a synchronous flash media card comprising:
converting data to be written to said flash media card into card I/O strobes;
interleaving said card I/O strobes with card clock strobes to provide a bulk transfer packet; and
transferring said bulk transfer packet via a communication link.
2. The method of claim 1, wherein said data is converted into card I/O strobes based on an ascertained flash media card type.
3. The method of claim 1, wherein said bulk transfer packet is transferred from a host computer to a flash media reader.
4. The method of claim 1, wherein said communication link comprises a USB link.
5. A method of writing data to a synchronous flash media card comprising:
receiving a bulk transfer packet via a communication link, said bulk transfer packet containing a data bit stream comprising interleaved card I/O strobes and card clock strobes;
extracting said data bit stream from a bulk transfer packet; and
clocking said data bit stream into a flash media card comprising setting a baud rate frequency to provide a reference clock and generating card I/O signals and card clock signals from said data bit stream based on said baud rate frequency.
6. The method of claim 5, wherein said communication link comprises a USB link.
7. The method of claim 5, wherein said baud rate frequency is set based on an ascertained flash media card type.
8. The method of claim 5, wherein said bulk transfer packet is received from a host computer by a flash media card reader.
9. A method of reading data from a synchronous flash media card comprising:
calculating a number of clock cycles to clock out data from said flash media card;
setting a baud rate on a reading device;
clocking data out of said flash media card using said baud rate; and
transmitting a bulk transfer packet containing the data clocked out of the flash media card via a communication link.
10. The method of claim 9, wherein said communication link comprises a USB link.
11. The method of claim 9, wherein said baud rate is set based on an ascertained flash media card type.
12. The method of claim 9, wherein said bulk transfer packet is transmitted in response to a bulk in transfer command from a host computer.
US11/425,251 2001-08-21 2006-06-20 Reconfigurable flash media reader system Expired - Fee Related US7512726B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/425,251 US7512726B2 (en) 2001-08-21 2006-06-20 Reconfigurable flash media reader system

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US31410701P 2001-08-21 2001-08-21
US09/998,437 US6779059B2 (en) 2001-08-21 2001-11-30 Reconfigurable flash media reader system
US10/919,932 US7065591B2 (en) 2001-08-21 2004-08-17 Reconfigurable flash media reader system
US11/425,251 US7512726B2 (en) 2001-08-21 2006-06-20 Reconfigurable flash media reader system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/919,932 Continuation US7065591B2 (en) 2001-08-21 2004-08-17 Reconfigurable flash media reader system

Publications (2)

Publication Number Publication Date
US20060230204A1 true US20060230204A1 (en) 2006-10-12
US7512726B2 US7512726B2 (en) 2009-03-31

Family

ID=26979209

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/998,437 Expired - Fee Related US6779059B2 (en) 2001-08-21 2001-11-30 Reconfigurable flash media reader system
US10/919,932 Expired - Fee Related US7065591B2 (en) 2001-08-21 2004-08-17 Reconfigurable flash media reader system
US11/425,251 Expired - Fee Related US7512726B2 (en) 2001-08-21 2006-06-20 Reconfigurable flash media reader system

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/998,437 Expired - Fee Related US6779059B2 (en) 2001-08-21 2001-11-30 Reconfigurable flash media reader system
US10/919,932 Expired - Fee Related US7065591B2 (en) 2001-08-21 2004-08-17 Reconfigurable flash media reader system

Country Status (4)

Country Link
US (3) US6779059B2 (en)
CN (1) CN1242339C (en)
GB (2) GB2399926B (en)
TW (1) TWI257582B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130227205A1 (en) * 2006-08-07 2013-08-29 Samsung Electronics Co., Ltd. Data Transfer in Memory Card System
CN105808461A (en) * 2014-12-31 2016-07-27 航天信息股份有限公司 USB combination system and method

Families Citing this family (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6605751B1 (en) * 1997-11-14 2003-08-12 Acrymed Silver-containing compositions, devices and methods for making
DE60028415T2 (en) * 1999-12-30 2007-06-06 Acrymed, Portland METHOD AND COMPOSITIONS FOR IMPROVED DISPENSING SYSTEMS
US7295443B2 (en) 2000-07-06 2007-11-13 Onspec Electronic, Inc. Smartconnect universal flash media card adapters
US7252240B1 (en) * 2000-07-06 2007-08-07 Onspec Electronics, Inc. Memory module which includes a form factor connector
US6438638B1 (en) * 2000-07-06 2002-08-20 Onspec Electronic, Inc. Flashtoaster for reading several types of flash-memory cards with or without a PC
US7278051B2 (en) * 2000-07-06 2007-10-02 Onspec Electronic, Inc. Field-operable, stand-alone apparatus for media recovery and regeneration
US7554842B2 (en) * 2001-09-17 2009-06-30 Sandisk Corporation Multi-purpose non-volatile memory card
JP2003099394A (en) * 2001-09-26 2003-04-04 Murata Mfg Co Ltd Interface card for media card
EP1382973A1 (en) * 2002-07-19 2004-01-21 Thomson Licensing S.A. Method and test adapter for testing an appliance having a smart card reader
CN1678277B (en) 2002-07-29 2010-05-05 艾克里麦德公司 Methods and compositions for treatment of dermal conditions
KR100476929B1 (en) * 2002-09-03 2005-03-16 삼성전자주식회사 USB system having card type USb interface connector
US7124330B2 (en) * 2002-09-27 2006-10-17 Broadcom Corporation Physical layer loop back method and apparatus
US20040078514A1 (en) * 2002-10-18 2004-04-22 I/O Interconnect, Inc. Apparatus and method for simply launching computer process to perform task
WO2004086363A2 (en) * 2003-03-27 2004-10-07 M-Systems Flash Disk Pioneers Ltd. Data storage device with full access by all users
TWM261766U (en) * 2003-04-02 2005-04-11 Carry Computer Eng Co Ltd Micro card and passive adaptor device for the same
US8180931B2 (en) * 2004-01-20 2012-05-15 Super Talent Electronics, Inc. USB-attached-SCSI flash-memory system with additional command, status, and control pipes to a smart-storage switch
JP5073492B2 (en) * 2004-07-30 2012-11-14 キンバリー クラーク ワールドワイド インコーポレイテッド Antibacterial silver composition
US8361553B2 (en) 2004-07-30 2013-01-29 Kimberly-Clark Worldwide, Inc. Methods and compositions for metal nanoparticle treated surfaces
CN101010004B (en) * 2004-07-30 2012-10-03 金伯利-克拉克环球有限公司 Antimicrobial devices and compositions
US7371021B2 (en) * 2004-08-05 2008-05-13 Digital Ally, Inc. Vibration resistant camera for mounting to archery bow
EP1809264B1 (en) * 2004-09-20 2016-04-13 Avent, Inc. Antimicrobial amorphous compositions
US7457904B2 (en) * 2004-12-16 2008-11-25 Hewlett-Packard Development Company, L.P. Methods and systems for a reference clock
KR100750117B1 (en) * 2005-01-19 2007-08-21 삼성전자주식회사 Method and apparatus for setting the class of USB device
US20070083559A1 (en) * 2005-10-12 2007-04-12 Harris Brock M Media/data card
US7792859B2 (en) * 2005-10-12 2010-09-07 Hb Media, Llc Media/data card
US7809973B2 (en) * 2005-11-16 2010-10-05 Cypress Semiconductor Corporation Spread spectrum clock for USB
CN100349108C (en) * 2005-11-21 2007-11-14 北京中星微电子有限公司 Physical interface of NAND gate quick flashing storage, interface method and management equipment
US20070168668A1 (en) * 2005-12-08 2007-07-19 Chang Robert C Media card with command pass through mechanism
US8078788B2 (en) 2005-12-08 2011-12-13 Sandisk Technologies Inc. Media card command pass through methods
US20070136501A1 (en) * 2005-12-08 2007-06-14 Chang Robert C Media card command pass through methods
JP4887824B2 (en) * 2006-02-16 2012-02-29 富士通セミコンダクター株式会社 Memory system
US8293965B2 (en) * 2006-04-28 2012-10-23 Kimberly-Clark Worldwide, Inc. Antimicrobial site dressings
DE202006008952U1 (en) * 2006-05-31 2006-08-03 Francotyp-Postalia Gmbh Arrangement for changing the customer data of a franking machine for tranmsitting data serially to a customer card
CN101183346B (en) * 2006-11-13 2010-10-13 安国国际科技股份有限公司 USB peripheral unit with dynamic changing category and operation method thereof
CN101430936B (en) * 2008-10-23 2011-09-07 深圳市硅格半导体有限公司 Method for acquiring physical parameters of flash memory
JP5638534B2 (en) * 2008-11-24 2014-12-10 キンバリー クラーク ワールドワイド インコーポレイテッド Antibacterial laminated structure
US8340123B2 (en) * 2009-05-22 2012-12-25 Cisco Technology, Inc. Multi-channel transceiver module card
CN101853224B (en) * 2010-04-21 2014-12-10 中兴通讯股份有限公司 Method and device for identifying port of data card device under Linux system
TWI418991B (en) * 2010-06-03 2013-12-11 Super Talent Electronics Inc Usb-attached-scsi flash-memory system with additional command, status, and control pipes to a smart-storage switch
CN102708032B (en) * 2012-01-18 2014-12-10 晨星软件研发(深圳)有限公司 Method and device for detecting hot plug of secure digital card
KR101977664B1 (en) 2012-09-14 2019-05-13 삼성전자주식회사 EMBEDDED MULTIMEDIA CARD(eMMC), AND HOST FOR CONTROLLING THE eMMC
US8984171B2 (en) * 2013-03-01 2015-03-17 Silicon Motion, Inc. Data storage device and flash memory control method
KR20220134885A (en) 2021-03-29 2022-10-06 삼성전자주식회사 Storage system and method for operating the storage system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6137710A (en) * 1997-02-28 2000-10-24 Kabushiki Kaisha Toshiba Connecting apparatus, and information processing apparatus
US6145046A (en) * 1997-11-18 2000-11-07 Shuttle Technology Group Ltd. Universal memory card interface apparatus
US6148354A (en) * 1999-04-05 2000-11-14 M-Systems Flash Disk Pioneers Ltd. Architecture for a universal serial bus-based PC flash disk
US6157966A (en) * 1997-06-30 2000-12-05 Schlumberger Malco, Inc. System and method for an ISO7816 complaint smart card to become master over a terminal
US6199128B1 (en) * 1998-03-26 2001-03-06 Gemplus, S.C.A. Smart card system for use with peripheral devices
US20010000405A1 (en) * 1998-10-21 2001-04-26 Gray Robert J. Apparatus and method of providing a dual mode card and reader

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3522882B2 (en) 1995-03-22 2004-04-26 株式会社東芝 Protocol switching method
TW446151U (en) 1998-04-21 2001-07-11 Datafab Sys Inc Card insertion device for flash memory card
US6633931B2 (en) * 2000-12-29 2003-10-14 Hewlett-Packard Development Company, L.P. Card identification system and method for an input/output interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6137710A (en) * 1997-02-28 2000-10-24 Kabushiki Kaisha Toshiba Connecting apparatus, and information processing apparatus
US6157966A (en) * 1997-06-30 2000-12-05 Schlumberger Malco, Inc. System and method for an ISO7816 complaint smart card to become master over a terminal
US6145046A (en) * 1997-11-18 2000-11-07 Shuttle Technology Group Ltd. Universal memory card interface apparatus
US6199128B1 (en) * 1998-03-26 2001-03-06 Gemplus, S.C.A. Smart card system for use with peripheral devices
US20010000405A1 (en) * 1998-10-21 2001-04-26 Gray Robert J. Apparatus and method of providing a dual mode card and reader
US6148354A (en) * 1999-04-05 2000-11-14 M-Systems Flash Disk Pioneers Ltd. Architecture for a universal serial bus-based PC flash disk

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130227205A1 (en) * 2006-08-07 2013-08-29 Samsung Electronics Co., Ltd. Data Transfer in Memory Card System
US8856433B2 (en) * 2006-08-07 2014-10-07 Samsung Electronics Co., Ltd. Data transfer in memory card system
US20140365721A1 (en) * 2006-08-07 2014-12-11 Samsung Electronics Co., Ltd. Data transfer in memory card system
US8938576B2 (en) * 2006-08-07 2015-01-20 Samsung Electronics Co., Ltd. Data transfer in memory card system
CN105808461A (en) * 2014-12-31 2016-07-27 航天信息股份有限公司 USB combination system and method

Also Published As

Publication number Publication date
GB0219440D0 (en) 2002-09-25
US20050015526A1 (en) 2005-01-20
US7065591B2 (en) 2006-06-20
US20030041188A1 (en) 2003-02-27
US7512726B2 (en) 2009-03-31
TWI257582B (en) 2006-07-01
GB2399926A (en) 2004-09-29
CN1242339C (en) 2006-02-15
GB2399926B (en) 2005-03-23
US6779059B2 (en) 2004-08-17
GB2383169A (en) 2003-06-18
GB2383169B (en) 2004-12-29
CN1442794A (en) 2003-09-17
GB0328792D0 (en) 2004-01-14

Similar Documents

Publication Publication Date Title
US7512726B2 (en) Reconfigurable flash media reader system
US7337259B2 (en) Smart card virtual hub
EP1792257B1 (en) Generic universal serial bus device operable at low and full speed and adapted for use in a smart card device
EP1643372B1 (en) USB device with secondary USB on-the-go function
US6769622B1 (en) System and method for simulating universal serial bus smart card device connected to USB host
US7011247B2 (en) Method of communication between a smart card and a host station
US6343364B1 (en) Method and device for local clock generation using universal serial bus downstream received signals DP and DM
EP1473664B1 (en) Smart card device as mass storage device
US20100049878A1 (en) Differential Data Transfer For Flash Memory Card
JP2010532945A (en) Memory interface card with SIM function
WO2014023247A1 (en) Embedded device and method for control data communication based on the device
US20010024066A1 (en) Handheld device, smart card interface device (IFD) and data transmission method
JP2005504392A (en) Bus system and bus interface
US7850082B1 (en) Extended universal serial bus (USB) card reader
US20090106472A1 (en) Virtual SATA port multiplier, virtual SATA device, SATA system and data transfer method in a SATA system
JP2005504393A (en) Bus system and bus interface
TW202044054A (en) Control system of accessing data and method thereof

Legal Events

Date Code Title Description
FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MAISHI ELECTRONIC (SHANGHAI) LTD, CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:O2MICRO INTERNATIONAL LIMITED;REEL/FRAME:029153/0733

Effective date: 20121012

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20170331