Monthly Archives: September 2020
Single Mode Fiber Connectors – Optical Fiber Connectors
Single-Mode Fiber Connectors
Because of the wide use of single-mode fiber connectors optic links and because of the greater alignment precision required for these systems, this section addresses single-mode connector coupling losses....
Serial Communication Programming and Interrupt – Microcontroller
Basics of serial communication
The serial communication port is full duplex, meaning that it can transmit and receive simultaneously. It is also a receive buffered, meaning that it can commence reception of...
Optical Fiber Communication : Structures, Waveguiding, and Fabrication
Optical Fiber Communication
One of the most important components in any optical fiber communication system is the optical fiber itself, since its transmission characteristics play a major role in determining the performance...
Welding Process Gas and Arc – Welding Technology
INTRODUCTION TO WELDING PROCESS
The process of joining similar metals by the application of heat is called 'welding'. It is a fabrication process that joins materials, usually metals or thermoplastics, by causing...
Mechanical Energy Based Processes – Machining Processes
Introduction Mechanical Energy - Machining Process
In mechanical energy methods, the material is removed by mechanical erosion of the workpiece material.
Examples :
Abrasive Jet Machining (AJM)
Water Jet Machining (WJM)
Ultrasonic Machining...
Interfacing Microcontroller 8225 – Peripheral interface
Interfacing Microcontroller 8225
The INTEL 8255 is a general purpose programmable peripheral interface. It is used to perform a variety of input/output functions in a microcomputer system. It is a 40 pin...
Microcontroller 8051 I/O and Timer Bit Programming
Bit addresses for I/O - Microcontroller 8051
Microcontroller 8051 contains four I/O ports. They are Port 0, Port 1, Port 2 and Port 3. All ports are 8 bit ports. So totally...
Machining Process Unconventional Introduction Mechanical
CONVENTIONAL MACHINING PROCESS
In conventional machining process, metal is removed by using some sort of tool which is harder than the work piece and it is subjected to wear. In this process,...
Addressing Mode 8051 Programming Examples – Microcontroller
Assembler and Addressing Mode 8051
Assembly language is the human language most closely tied to machine language. addressing mode 8051 It is usually written in instruction mnemonics. Once the program has been...
Char Array to String – Programming in ANSI C Language
Char Array to String
A string is a sequence of characters that is treated a single data item Char array to string. We have used string in a number of examples in...