Index
Computer hardware interfacing projects page
- 24 Line Parallel Interface for the PC parallel port Rate this link
- 8-bit ZN448E-based ADC to interface to a PC parallel port Rate this link
- Drawing power from a PC parallel port Rate this link
- How to build a Laplink and Interlink cables for parallel port file tranfer Rate this link
- I2C interfacing via PC parallel port Rate this link
- Interfacing to the IBM-PC Parallel Printer Port Rate this link
- PC parallel port interfacing made easy - connect LEDs to parallel port, source code included Rate this link
- Printer Port interfacing 1 - Schematics for a simple printer port project . Includes code for Visual Basic , QBasic , C and C++. Rate this link
- Printer Sharer - this unit allows two computers to share one printer Rate this link
- RISC ??P supports IEEE parallel-port standard - shows the logic required to implement an IEEE-1284-compliant parallel port, using the Am29202 RISC processor Rate this link
- Velleman Universal Relay Card with 16 Relays - This page has information on Vellan kit which take computer input and controls up to 16 relays. This page has full kit documentation including the circuit diagram. Rate this link
Parallel port projects
- 5V Supply Derives Power From 3-Wire RS-232 Port - The circuit of Figure 1 produces a semi-regulated 5V output from an RS-232 port. Unlike a PC-mouse supply or comparable circuits that rely on the modem-control signals DTR and RTS, this one operates with a 3-wire port (GND, Rx, and Tx), and obtains power only from the Tx line. The output current-about 8mA-is sufficient for CMOS microcontrollers and other low-power circuits. Rate this link
- Apple Macintosh serial port connector pinout - useful in Apple related interfacing projects Rate this link
- Connections Newsletter 2: Serial port powered devices - understanding serial port power capabilities, pdf file Rate this link
- Determining Baud Rates For 8051 UARTS And Other UART Issues Rate this link
- Drawing power from a PC Serial port - circuit to get few mA at 5V from RS-232 port, buitl using dicrete components only Rate this link
- ESD Considerations for RS-232 Drivers Rate this link
- Linux Infra-red Remote Control (LIRC) Rate this link
- Implementing a Simple Serial Mouse Controller - The mouse interfaces to the host via a dedicated interface card or an RS-232 port. Their mechanisms are very similar. This application note describes the implementation of a serial mouse using the PIC16C54. The PIC16C54 is a high speed 8-bit CMOS microcontroller offered by Microchip Technology Inc. It is an ideal candidate for a mouse controller. Rate this link
- Make RS232 serial port bus Rate this link
- Microprocessor Serial Port Break-Reset Circuit - This circuit allows a remote microprocessor to be reset by a controlling host over a remote RS-232 or similar protocol serial line. With the use of a program loader on the remote host, a program may be downloaded and run. Rate this link
- Miniature 3 V CMOS to V.24 adapter using MAX232 Rate this link
- PC Mouse Implementation Using COP800 - pdf file Rate this link
- Power for your circuits from RS-232 signal lines Rate this link
- Drawing power from a PC Serial port - circuit to get few mA at 5V from RS-232 port, buitl using dicrete components only Rate this link
- RS-232 Laser Transciever - communicate over 200 meters using a laser beam from laser pointer Rate this link
- RS-232C port scans remote keypad Rate this link
- RS-232C powers and reads 8-bit switch matrix - provides a remote menu-selection switch matrix for PCs Rate this link
- RS-232 serial port cable wirings Rate this link
- Simple RS-232 optoisolator idea Rate this link
- Wiring a Null Modem cable - Null Modem pin connetion for both 25 and 9 pin RS-232 connectors Rate this link
Serial port projects
- Beyond Logic Universal Serial Bus Development Information - Information on USB ICs, pint-to-point connectivity, USB-RS232 interfacing and USB-I2C interfacing. Rate this link
- Buttons for USB HID Devices - USB Human Interface Device Class design information Rate this link
- Hints and kinks for USB decoding - At PC-accessible USB receptacle and at the peripheral receptacle, the USB signal has the format of differential-NRZI (nonreturn-to-zero-inverted) code. After conversion (with a simple circuit or test probes) of this differential to single-ended signal, the signal becomes a waveform that assumes the voltage levels used to recognize ones and zeros in computer code. Rate this link
- Inside USB 2.0: what the new spec means for developers - Is updating to 2.0 worth it? USB-peripheral designers need to know what changes in the spec mean and how the interface handles the challenge of supporting higher data rates while still allowing low- and full-speed devices on the bus. Rate this link
- Taming the Universal Serial Bus - EDN's hands-on USB project gets the bus under control Rate this link
- Texas Instruments USB Specification Rate this link
- Universal Serial Bus Links - description, organizations, IC manufacturers, connector specifications, cable and software Rate this link
- Universal Serial Bus and Game Devices - Universal Serial Bus (USB) is an external PC bus that provides an exciting way to add high-speed game devices to a PC. The Microsoft?? DirectInput? application programming interface (API) provides an interface that game developers can use to get fast, consistent direct access to game devices, including USB devices and analog and digital joysticks. This article has general information and links to resources. Rate this link
- Universal Serial Bus Implementers Forum Home Page Rate this link
- USB Central - links to information about USB and sample code to download Rate this link
- USB Design by Example - selected USB documents from Intel Rate this link
- USB Human Interface Device (HID) Related Specifications Rate this link
- Using the HID class eases the job of writing USB device drivers - The difficulty of writing device drivers is one of the major barriers to the adoption of the USB. The USB HID class is a powerful and versatile way to get your device on the USB. If your USB device can exist within the bandwidth limits of the HID driver, then using this driver may save your sanity and your schedule. Rate this link
- USB Specifications and Developer Section Rate this link
USB port interfacing project information
The USB is a serial data-transmission system that uses cables to connect peripheral equipment to PCs. All new computers have two or more USB receptacles, and the predictions are that they will replace most of the legacy receptacles on older PCs. USB system is master-slave tybe bus. The PC is the master that supplied power to the bus and controls the bus operation. The peripheral equipment connected to USB bus just follow the PC controlling. USB system is quite complicated, and if you plan to interface something to USB, you need practically always use special ICs designed for USB interfacing. Those ICs typically include USB controllers and general purpose microcontrollers with built-in USB controllers.
- Access.Bus Mouse Application Code For The Microcontroller - pdf file Rate this link
- Centronics to I2C converter inside DB25 connector Rate this link
- Connecting a PC keyboard to I2C-bus - application note in PDF format Rate this link
- Connecting a PC keyboard to I2C-bus - application note in PDF format Rate this link
- I2C interfacing via PC parallel port Rate this link
- I2C Links Rate this link
- The I2C-bus and how to use it (including specifications) Rate this link
- Two-wire interface has galvanic isolation - I2C isolator, also suitable for SBBus Rate this link
I2C bus projects
- A500 IDE Harddisk interface - for Amiga 500, includes some ATA documents Rate this link
- CD changer controller Rate this link
- Dallas MicroLAN - low-cost network based on a PC or microcontroller communicating digitally over twisted-pair cable with 1-Wire components Rate this link
- Joystick port interfacing projects - information about joystics, circuits and ideas Rate this link
- Modular Relay System - simple transistorised relay into which can be plugged 'personality modules' for different controlling purposes Rate this link
Misc interfacing project
- A Simple And Free ADC for your Microcontroller - For this this project you can either choose to use the MAX186 or the MAX187. The code examples for this article are for Basic Stamp II. Rate this link
- Decoding magnetic cards Rate this link
- Physical Computing - How To Guide for Artists Rate this link
- Smartcard interfacing Rate this link
Interfacing to real world
Related pages
<[email protected]>
Back to ePanorama main page ??