2 ASCII TABLE (DOS) 3 ASCII TABLE (Window)
|
|
|
- Brittany Conley
- 9 years ago
- Views:
Transcription
1 1 ASCII TABLE
2
3 2 ASCII TABLE (DOS) 3 ASCII TABLE (Window)
4 4 Keyboard Codes The Diagram below shows the codes that are returned when a key is pressed. For example, pressing a would return 0x61. If it is an extended key, the code is shown as 0,XX where XX is the extended code Esc 1B (1B) <1B> F1 0,3B (0,54) <0,5E> [0,68] F2 0,3C (0,55) <0,5F> [0,69] F3 0,3D (0,56) <0,60> [0,6A] F4 0,3E (0,57) <0,61> [0,6B] F5 0,3F (0,58) <0,62> [0,6C] F6 0,40 (0,59) <0,63> [0,6D] F7 0,41 (0,5A) <0,64> [0,6E] F8 0,42 (0,5B) <0,65> [0,6F] F9 0,43 (0,5C) <0,66> [0,70] F10 0,44 (0,5D) <0,67> [0,71] F11 0,85 (0,) <0,> [0,] F12 0,86 (0,) <0,> [0,] Print 2A <0,72> Scroll Lock Pause CODE (in Extended Code- 0,XX LEGEND Hexadecimal) Normal- XX Shift- (XX) Control- <XX> Alt- [XX] ~ ` 60(7E) Tab! 1 31(21) [0,78] Caps Lock Shift Q 71(51) <11> [0,10] 2 32(40) <0,3> [0,79] 61(41) <01> [0,1E] W 77(57) <17> [0,11] S Z # 3 33(23) [0,7A] 73(53) <13> [0,1F] 7A(5A) <1A> [0,2C] E 65(45) <05> [0,12] D X 78(58) <18> [0,2D] $ 4 34(24) [0,7B] 64(44) <04> [0,20] R 72(52) <12> [0,13] F C 63(43) <03> [0,2E] % 5 35(25) [0,7C] 66(46) <06> [0,21] T 74(54) <14> [0,14] G V 76(56) <16> [0,2F] ^ 6 36(5E) <1E> [0,7D] 67(47) <07> [0,22] Y 79(59) <19> [0,15] H B 62(42) <02> [0,30] & 7 37(26) [0,7E] 68(48) <08> [0,23] U 75(55) <15> [0,16] J * 8 38(2A) [0,7F] 6A(4A) <0A> [0,24] N 6E(4E) <0E> [0,31] I 69(49) <09> [0,17] K ( 9 39(28) [0,80] 6B(4B) <0B> [0,25] M 6D(4D) <0D> [0,32] O 6F(4F) <0F> [0,18] L ) 0 30(29) [0,81] 6C(4C) <0C> [0,26] <, 2C(3C) P 70(50) <10> [0,19] : _ - 2D(5F) <1F> [0,82] ; 3B(3A) >. 2E(3E) + = 2B(2B) [0,83] { [ 5B(7B) <1B>? / 2F(3F) 27(22) } ] 5D(7D) <1D> BackSpace 08(08) <7F> Enter 0D(0D) <0A> Shift Ctrl Alt Macro Space \ Alt Ctrl 20(20) <20> [20] 5C(7C) <1C> Insert 0,52 Delete 0,53 0,4B Home 0,47 End 0,4F 0,48 0,50 Page Up 0,49 Page Down 0,51 0,4D Num Lock 7 Home 0,47 (37) <0,77> 4 0,4B (34) <0,73> 1 / * - 8 0,48 (38) 5 (35) 2 End 0,4F 0,50 (31) (32) <0,75> 0 Insert 0,52 (30) 9 Pg Up 0,49 (39) <0,84> 6 0,4D (36) <0,74> 3 Pg Dn 0,51 (33) <0,76>. Del 0,53 (2E) + Enter
5 5 Other References Printf Escape Sequences Color Code Foregound Background Black 0 Blue 1 Green 2 Cyan 3 Red 4 Magenta 5 Brown 6 Light Grey 7 Dark Grey 8 Light Blue 9 Light Green 10 Light Cyan 11 Light Red 12 Light Magenta 13 Yellow 14 White 15 Blink +128 C Numeric Data Types Keyword Varible Type Range Storage Required char character (for string) -128 to byte Int interger -32,768 to 32,767 2 byte short int short integer -32,768 to 32,767 2 byte Long long integer -2,147,483,648 to 4 byte 2,147,483,647 unsigned char unsigned character 0 to byte unsigned int unsigned integer 0 to 65,535 2 byte unsigned short unsigned short integer 0 to 65,535 2 byte unsigned long unsigned long integer 0 to 4,294,967,295 4 byte float single-precision floating point (accurate 3.4 x to 3.4 x byte to 7 digits) double double-precision floating point (accurate to 15 digits) 1.7 x to 1.7 x byte Printf Conversion Characters Conversion Display Argument (Variable s contents) as Character %c single character %d signed decimal integer (int) %e signed floating-point value in E notation %f signed floating-point value (float) %g signed value in %e or %f format, whichever is shorter %i signed decimal integer (int) %o unsigned octal (base 8) integer (int) %s string of text %u unsigned decimal integer (int) %x unsigned hexadecimal (base 16) integer (int) %ld signed decimal integer (long) %lf signed floating-point value (double) Printf Escape Sequences Sequence Represents \a The speaker beeping \b Backspace (move the cursor back, no erase) \f Form feed (eject printer page: ankh character on the screen) \n Newline, like pressing the Enter key \r Carriage return (moves the cursor to the beginning of the line) \t Tab \v Vertical tab (moves the cursor down a line) \\ The backslash character \ The apostrophe \ The double-quote character \? The question mark \0 The null byte (backslash-zero) \O A character value in octal (base 8) \xh A character value in hexadecimal (base 16)
6 Music Notes Frequency in Hertz Notes Frequency Notes Frequency Notes Frequency Notes Frequency c c c to 8 Octaves d d d c4 middle c Treble >middle c e e e Base <middle c f f f g g g a a a a b b b b c c c c d d d d e e e e f f f f g g g g a a a a b b b b c Parallel Port Configuration Pin Bit Direction Inverted? Background 2 D0 Data output 3 D1 Data output 4 D2 Data output 5 D3 Data output 6 D4 Data output 7 D5 Data output 8 D6 Data output 9 D7 Data output 15 D3 Control in Error 13 D4 Control in Select out 12 D5 Control in Printer empty 10 D6 Control in Acknowledge 11 D7 Control in Printer busy 1 D0 Control out Data strobe 14 D1 Control out Auto feed 16 D2 Control out Initialize printer 17 D3 Control out Select in Gnd Port no. Data Out Control In Control Out 1 3BC 3BD 3BE A A C programming code for Parallel Port #DEFINE LPT 0x378 //port address char data; //data variable outportb(lpt,data); //output to parallel port data=inportb(lpt); //input from parallel port PC Monitor Port (common HD15 connector) Pins Description Pins Description 1 Red 9 Key (no pin) 2 Green 10 Ground 3 Blue 11 Monitor sense 0 4 reserved 12 Monitor sense 1 5 reserved 13 Horizontal sync 6 Red return 14 Vertical sync 7 Green return 15 reserved 8 Blue return Computer Port Information Port Range Description Port Range Description F DMA Chip F8-2FF COM PIC F Parallel Printer Port Timer Chip B0-3BF Monochrome Display PPI 8255 (cassette, sound) 3D0-3DF Color display
7 DMA Page register s 3F0-3F7 Diskette F Game I/O Adapter 3F8-3FF COM F Reserved
8 Computer Interrupt Information Bios INT Dos INT Function Description no. Using Keyboard 01h Wait for keyboard input 08h Console input without echo 16h 00h Read keyboard input 16h 01h Read keyboard status 16h 02h Return shift flag status Controlling the video display 02h Display Output 09h Display string 10h 00h Set video mode 10h 0Fh Read current video mode 10h 02h Set cursor position 10h 03h Read current cursor position 10h 0Ah Write character to screen 10h 09h Write character/attribute to screen 10h 08h Write character/attribute from screen 10h 06h Scroll current page up Controlling the Printer 05h Printer output 17h 00h Print character 17h 01h Initialize printer 17h 02h Read printer status Interrupt Handling (interrupt vector table) 35h Get interrupt vector 25h Set interrupt vector 1Ch Multitasking Timer tick Memory Management 48h Allocate memory 49h Free allocated memory 4Ah Modify allocate memory blocks Using the Mouse Mouse INT 33h 00h Mouse reset and status Mouse INT 33h 01h Show mouse cursor Mouse INT 33h 02h Hide mouse cursor Mouse INT 33h 03h Get button status and mouse position 31h Terminate and stay resident Reading and Writing Disk Sectors 13h 00h Reset diskette system 13h 01h Read diskette status 13h 02h Read diskette sector 13h 03h Write diskette sector Directory Functions 47h Get current directory 3Bh Set current directory 39h Create sub-directory 3Ah Delete sub-directory 19h Get current drive Reading Text Files 3Dh Open file with handle 3Fh Read from file 3Eh Close file with handle Creating a Text File 3Ch Create file 40h Write to file Accessing an Existing File 42h Position file pointer Miscellaneous File and Disk Functions 43h Get or set file attributes 56h Rename file 57h Get or set file date and time 1Ah Set disk transfer area (DTA) 1Bh Get current drive information 1Ch Get drive information 4Eh Find file 41h Delete file
Appendix C: Keyboard Scan Codes
Thi d t t d ith F M k 4 0 2 Appendix C: Keyboard Scan Codes Table 90: PC Keyboard Scan Codes (in hex) Key Down Up Key Down Up Key Down Up Key Down Up Esc 1 81 [ { 1A 9A, < 33 B3 center 4C CC 1! 2 82 ]
Model: LD1000 Series. USB Interface Customer Displays. 2 by 20 character display USER MANUAL. Rev 1.0
Model: LD1000 Series USB Interface Customer Displays 2 by 20 character display USER MANUAL Rev 1.0 i NOTICE The manufacturer of the POS pole display makes no representations or warranties, either expressed
Getting Started on the Computer With Mouseaerobics! Windows XP
This handout was modified from materials supplied by the Bill and Melinda Gates Foundation through a grant to the Manchester City Library. Getting Started on the Computer With Mouseaerobics! Windows XP
Preliminary Draft May 19th 1992. Video Subsystem
Video Subsystem 2 Preliminary Draft May 19th 1992 Video Subsystem Section 1. Introduction....................... 1-1 Video Subsystem.......................... 1-2 Section 2. VGA Function......................
AXEL Platine Terminal Asynchronous AX3000 Models
AXEL Platine Terminal Asynchronous AX3000 Models User's Guide Dec. 1996 - Ref.: UGUE105/648-1 The reproduction of this material, in part or whole, is strictly prohibited. For additional information, please
CENTRONICS interface and Parallel Printer Port LPT
Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from
First Bytes Programming Lab 2
First Bytes Programming Lab 2 This lab is available online at www.cs.utexas.edu/users/scottm/firstbytes. Introduction: In this lab you will investigate the properties of colors and how they are displayed
USB HID to PS/2 Scan Code Translation Table
Key Name HID Usage Page HID Usage ID PS/2 Set 1 Make* PS/2 Set 1 Break* PS/2 Set 2 Make PS/2 Set 2 Break System Power 01 81 E0 5E E0 DE E0 37 E0 F0 37 System Sleep 01 82 E0 5F E0 DF E0 3F E0 F0 3F System
Windows XP Pro: Basics 1
NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has
Pemrograman Dasar. Basic Elements Of Java
Pemrograman Dasar Basic Elements Of Java Compiling and Running a Java Application 2 Portable Java Application 3 Java Platform Platform: hardware or software environment in which a program runs. Oracle
UMBC. ISA is the oldest of all these and today s computers still have a ISA bus interface. in form of an ISA slot (connection) on the main board.
Bus Interfaces Different types of buses: ISA (Industry Standard Architecture) EISA (Extended ISA) VESA (Video Electronics Standards Association, VL Bus) PCI (Periheral Component Interconnect) USB (Universal
13-1. This chapter explains how to use different objects.
13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-9 13.4. Set Word... 13-11 13.5. Function Key... 13-18 13.6. Toggle
OWNERS MANUAL. Status Monitor. for Windows 95, 98, ME, NT 4, 2000 & XP. SIGNALCRAFTERS TECH, INC. www.signalcrafters.com
OWNERS MANUAL Status Monitor for Windows 95, 98, ME, NT 4, 2000 & XP SIGNALCRAFTERS TECH, INC. www.signalcrafters.com 57 Eagle Rock Avenue, East Hanover, NJ 07936 Tel: 973-781-0880 or 800-523-5815 Fax:
USER INTERFACE HOTKEYS WEB FINDER HOTKEYS. Shortcut Keys and Hot Keys: ZoomText 10 Magnifier/Reader
Shortcut Keys and Hot Keys: ZoomText 10 Magnifier/Reader USER INTERFACE HOTKEYS The modifier keys consist of any combination of ALT, CTRL, SHIFT, CAPS LOCK and the Windows Key. The primary key can be any
Installing MPU-401 Compatible Cards in Windows 95
MPU-401 May 14, 1996 Compatible Cards Supplemental Notes Installing MPU-401 Compatible Cards in Windows 95 These notes are designed to help you install the following Roland MIDI cards and configure them
#65 4GHGTGPEG")WKFG #FXCPEGF"6GTOKPCN"5QHVYCTG 8GTUKQP"502 HQT"%QPVTQNNGT/#% Catalog # 100123 Rev.02
#65 #FXCPEGF"6GTOKPCN"5QHVYCTG 8GTUKQP"502 HQT"%QPVTQNNGT/#% 4GHGTGPEG")WKFG Catalog # 100123 Rev.02 &RS\ULJKWý ý ýìääçñýìääåýe\ý(vkhgý5rerwhfýõìäåëôý/lplwhgï 2FWREHUýìääåýõ3')ýYHUVLRQô &DWDORJýúìííìëêý5HYïíë
Q2000 Series BIOS BIOS SETUP UTILITY
BIOS SECTION Q2010 LifeBook Q2000 Series BIOS Q2000 Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the
ZoomText Hotkeys. AppReader and DocReader Hotkeys (Magnifier/Reader only)
ZoomText Hotkeys The following tables list the command names and default assignments for all ZoomText hotkeys (by Hotkey Group). Hotkey assignments can be changed in the Hotkeys dialog box. Note: AppReader
M&M Refrigeration, Inc. PC Monitor. User s Manual
M&M Refrigeration, Inc. PC Monitor User s Manual PC Monitor Copyright protection claimed includes all forms and matters now and hereinafter granted protection by statutory or judicial law, including unlimited
The ASCII Character Set
The ASCII Character Set The American Standard Code for Information Interchange or ASCII assigns values between 0 and 255 for upper and lower case letters, numeric digits, punctuation marks and other symbols.
This is great when speed is important and relatively few words are necessary, but Max would be a terrible language for writing a text editor.
Dealing With ASCII ASCII, of course, is the numeric representation of letters used in most computers. In ASCII, there is a number for each character in a message. Max does not use ACSII very much. In the
As previously noted, a byte can contain a numeric value in the range 0-255. Computers don't understand Latin, Cyrillic, Hindi, Arabic character sets!
Encoding of alphanumeric and special characters As previously noted, a byte can contain a numeric value in the range 0-255. Computers don't understand Latin, Cyrillic, Hindi, Arabic character sets! Alphanumeric
NORITAKE ITRON VFD MODULES GU126x64D-K610A4
126 x 64 High Brightness Dot Graphic Display Single 5V DC Supply 3 ASCII Fonts ( 5 x 5, 5 x 7, 10 x 14 ) Asynchronous, SPI & Parallel interfaces Wide Temperature 40 to +85 C The module includes the VFD
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual Version 1.0 - January 20, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 January 20, 2015 Initial Publication
PRN_LOAD 17.04.2002 16:22
PRN_LOAD.EXE is a user-friendly program for loading the HPR4915 with new firmware or fonts. It is based on the DOS operating system and also runs under WIN 95/89/NT WIN2000 WIN ME WIN XP and OS/2. However,
Using Bluetooth-Enabled PosiTector 6000 with Statistical Process Control Software
Using Bluetooth-Enabled PosiTector 6000 with Statistical Process Control Software SPC programs are available from third party vendors that enhance the measurement capabilities of the PosiTector 6000. With
NVT (Network Virtual Terminal) description
NVT (Network Virtual Terminal) description English version Czech version Communication with the TCP/IP device over the Ethernet network can be extended to more functions using NVT (Network Virtual Terminal)
Fujitsu LifeBook S Series
Fujitsu LifeBook S Series BIOS Guide LifeBook S Series Model: S7220 Document Date: 07/08/2008 Document Part Number: FPC58-1920-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook S Series BIOS S Series
PC Notebook Diagnostic Card
www.winter-con.com User s Guide PC Notebook Diagnostic Card User s Guide 1 www.winter-con.com User s Guide INTRODUCTION Notebook Diagnostic Card is a powerful diagnostic tool for technicians and administrators
Fujitsu LifeBook A Series
Fujitsu LifeBook A Series BIOS Guide LifeBook A Series Model: A6110 Document Date: 10/05/2007 Document Part Number: FPC58-1808-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook A Series BIOS A Series
ENGI E1112 Departmental Project Report: Computer Science/Computer Engineering
ENGI E1112 Departmental Project Report: Computer Science/Computer Engineering Daniel Estrada Taylor, Dev Harrington, Sekou Harris December 2012 Abstract This document is the final report for ENGI E1112,
Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.
Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About ScreenManager Pro for LCD... 3 1. Setting Up... 4 1-1. System Requirements...4 1-2. Installing
Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979)
599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: [email protected] Technical: [email protected] Web Site: www.parallax.com Educational: www.stampsinclass.com
OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher
OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout
Model 288B Charge Plate Graphing Software Operators Guide
Monroe Electronics, Inc. Model 288B Charge Plate Graphing Software Operators Guide P/N 0340175 288BGraph (80207) Software V2.01 100 Housel Ave PO Box 535 Lyndonville NY 14098 1-800-821-6001 585-765-2254
So far we have considered only numeric processing, i.e. processing of numeric data represented
Chapter 4 Processing Character Data So far we have considered only numeric processing, i.e. processing of numeric data represented as integer and oating point types. Humans also use computers to manipulate
MS-DOS, PC-BIOS, and File I/O Chapter 13
Thi d t t d ith F M k 4 0 2 MS-DOS, PC-BIOS, and File I/O Chapter 13 A typical PC system consists of many component besides the 80x86 CPU and memory. MS-DOS and the PC s BIOS provide a software connection
Programmer s Reference
Programmer s Reference 1 Introduction This manual describes Launchpad s MIDI communication format. This is all the proprietary information you need to be able to write patches and applications that are
CONCEPT1 RS232 COMMUNICATION
Concept 1 RS-232 Communication Communication with Concept 1 via RS-232 is done with simple ASCII Commands and Replies. The port settings are 19200Baud, 8bits, no parity and 1 stop bit. The physical connection
TASCAM SS-CDR200/SS-R200 CONTROL I/O Terminals RS-232C Protocol Specifications
TASCAM CONTROL I/O Terminals RS-232C Protocol Specifications TEAC Corporation - 1 - ATTENTION TEAC Corporation ("TEAC") licenses you the protocol specified in this document, assuming that you agree to
Fujitsu LifeBook A Series
Fujitsu LifeBook A Series BIOS Guide LifeBook A Series Model: A3210 Document Date: 01/17/2008 Document Part Number: FPC58-1821-02 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook A Series BIOS A Series
URL encoding uses hex code prefixed by %. Quoted Printable encoding uses hex code prefixed by =.
ASCII = American National Standard Code for Information Interchange ANSI X3.4 1986 (R1997) (PDF), ANSI INCITS 4 1986 (R1997) (Printed Edition) Coded Character Set 7 Bit American National Standard Code
WORDPAD TUTORIAL WINDOWS 7
WORDPAD TUTORIAL WINDOWS 7 Quick Access bar Home Tab Triangles = More Commands Groups on the Home tab Right paragraph margin Left paragraph Margin & Indent Paragraphs Ruler Hover the mouse pointer over
ASUS GPU Tweak User Manual
ASUS GPU Tweak User Manual Q6866 First Edition December 0 Contents I. Introduction... a. Knowing ASUS GPU Tweak... II. III. b. System requirements... c. Installing ASUS GPU Tweak... Quick start... a. Launching
PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL
Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page
Troubleshooting PCs What to do when you don't know what to do!
Troubleshooting PCs What to do when you don't know what to do! Prepared By: Helpdesk AIT-ITServ ITServ Troubleshooting techniques: Check the Cable Connections First. Check the Cable Connections First.
TNHOST Terminal Emulator
Getting Started Guide Software Version 4.1 Ipswitch, Inc. Ipswitch, Inc. 81 Hartwell Ave., Lexington, MA 02173 The information in this document is subject to change without notice and should not be construed
STEP 7 MICRO/WIN TUTORIAL. Step-1: How to open Step 7 Micro/WIN
STEP 7 MICRO/WIN TUTORIAL Step7 Micro/WIN makes programming of S7-200 easier. Programming of S7-200 by using Step 7 Micro/WIN will be introduced in a simple example. Inputs will be defined as IX.X, outputs
Variables, Constants, and Data Types
Variables, Constants, and Data Types Primitive Data Types Variables, Initialization, and Assignment Constants Characters Strings Reading for this class: L&L, 2.1-2.3, App C 1 Primitive Data There are eight
5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows 7
5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows 7 Introduction Print and complete this lab. In this lab, you will use Windows built-in utilities to gather information about
Japanese Character Printers EPL2 Programming Manual Addendum
Japanese Character Printers EPL2 Programming Manual Addendum This addendum contains information unique to Zebra Technologies Japanese character bar code printers. The Japanese configuration printers support
User Manual. DG LINK Application Program 071-0056-50. www.tektronix.com. This document applies to firmware version 2.00 and above.
User Manual DG LINK Application Program 071-0056-50 This document applies to firmware version 2.00 and above. www.tektronix.com Copyright Tektronix Japan, Ltd. All rights reserved. Copyright Tektronix,
INGENIEURBÜRO FÜR TECHNOLOGIE TRANSFER DIPL.-ING. B. P. SCHULZ-HEISE. Getting Started with. S7 for Windows. Version 6.x
INGENIEURBÜRO FÜR TECHNOLOGIE TRANSFER DIPL.-ING. B. P. SCHULZ-HEISE Getting Started with S7 for Windows Version 6.x TTI Ingenieurbüro für Technologie Transfer Dipl. Ing. B. Peter Schulz-Heise Stadtring
EPIC 950 THERMAL TICKET PRINTER
EPIC 950 THERMAL TICKET PRINTER Software Reference Guide www.transac-tech.com 2 Contacting Information / Serial Plate Info TransAct Technologies Incorporated is the manufacturer of Ithaca brand POS, Banking,
Adobe Lightroom 5 Windows Keyboard Shortcuts
Adobe Lightroom 5 Windows Keyboard Shortcuts Working with Catalogs Open Catalog... Open Specific Catalog when opening Lightroom Ctrl O Hold down Ctrl while opening Lightroom Import Import Photos and Video...
PRINTER DRIVER GUIDE (KODAK 305 Photo Printer)
PRINTER DRIVER GUIDE () Microsoft, Windows, Windows XP, Windows Vista and Windows 7 are registered trademarks of Microsoft Corporation in the United States and/or other countries. Adobe, Adobe Photoshop
Bluetooth HID Profile
RN-WIFLYCR-UM-.01 RN-HID-UM Bluetooth HID Profile 2012 Roving Networks. All rights reserved. Version 1.0r 1/17/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW Roving Networks Bluetooth modules support
EZ DUPE DVD/CD Duplicator
EZ DUPE DVD/CD Duplicator User s Manual Version 3.0 0 TABLE OF CONTENTS Introduction 2 Setup 11 LCD Front Panel Overview 2 o Auto Start Time 11 Menu Overview 3-5 o Display Mode 12 Functions 6 o Button
PRT3 Printer Module: ASCII Protocol Programming Instructions
PRT3 Printer Module: ASCII Protocol Programming Instructions We hope this product performs to your complete satisfaction. Should you have any questions or comments, please visit www.paradox.com and send
Texcellent System. Remote Control User s Manual V2.2
Texcellent System Remote Control User s Manual V2.2 Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted.
Microsoft Windows Overview Desktop Parts
Microsoft Windows Overview Desktop Parts Icon Shortcut Icon Window Title Bar Menu Bar Program name Scroll Bar File Wallpaper Folder Start Button Quick Launch Task Bar or Start Bar Time/Date function 1
SIMPLE EPROM PROGRAMMER. EPROM Programmer Design. Hardware
Page 1 of 5 A simple EPROM programmer is described here. It connects to a PC's parallel port and can program EPROMs from 2716 to 27512. The design can be expanded to program even larger EPROMs. DOS based
Faculty of Engineering Student Number:
Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering Final Exam, First Semester: 2012/2013 Course Title: Microprocessors Date: 17/01//2013 Course No:
Sign Compatibility. Tru ColorXP
TruColorXP Software User s Guide Version: 8.02A 08 Sign Compatibility PL XPM Series, PL XPSB Series, PL M2014RV6 1 Copyright 2014 Pro Lite, Inc. All Rights Reserved. Edition Version 8.02A xx Trademarks
IBM Emulation Mode Printer Commands
IBM Emulation Mode Printer Commands Section 3 This section provides a detailed description of IBM emulation mode commands you can use with your printer. Control Codes Control codes are one-character printer
Adobe Lightroom CC/6 Keyboard Shortcuts
Adobe Lightroom CC/6 Keyboard Shortcuts Working with Catalogs Open Catalog Open Specific Catalog when opening Lightroom Ctrl O Hold down Ctrl while opening Lightroom Import Import Photos and Video Ctrl
Catalog Number 2711-ND1. User Manual
Catalog Number 2711-ND1 User Manual Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety Guidelines for the Application, Installation and Maintenance
DEVICE DRIVERS AND TERRUPTS SERVICE MECHANISM Lesson-14: Device types, Physical and Virtual device functions
DEVICE DRIVERS AND TERRUPTS SERVICE MECHANISM Lesson-14: Device types, Physical and Virtual device functions 1 Device Types For each type of device, there is a set of the generic commands. For example,
Command Emulator STAR Line Mode Command Specifications
Line Thermal Printer Command Emulator STAR Line Mode Command Specifications Revision 0.01 Star Micronics Co., Ltd. Special Products Division Table of Contents 1. Command Emulator 2 1-1) Command List 2
TouchPad and Keyboard
TouchPad and Keyboard Document Part Number: 393522-001 October 2005 This guide explains the TouchPad and keyboard. Contents 1 TouchPad Identifying the Touchpad........................... 1 Using the TouchPad...............................
Site Master S251B Antenna and Cable Analyzer
Site Master S251B Antenna and Cable Analyzer Programming Manual Hand-Held Tester For Antennas, Transmission Lines And Other RF Components WARRANTY The Anritsu product(s) listed on the title page is (are)
Simple Image File Formats
Chapter 2 Simple Image File Formats 2.1 Introduction The purpose of this lecture is to acquaint you with the simplest ideas in image file format design, and to get you ready for this week s assignment
Thermal Control Board User Manual 1
Thermal Control Board User Manual 1 1 Outline... 2 2 HOW TO USE... 2 2.1 Printing test... 2 2.2 On board LED... 2 3 MECHANISM... 2 4 CONNECTOR... 3 5 ESC/POS PRINTING COMMAND SET... 3 5.1 Set of Command...
Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed
Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and
LOVELINK III- Process Monitoring, Logging, Graphing, & Configuration
LOVELINK III- Process Monitoring, Logging, Graphing, & Configuration VERSION 1.00.00 USER MANUAL Updated 09/13/2002 Table of Contents Hardware/Software Requirements...2 Computer Requirements...2 Instrument
The corresponding control ladder program is shown at below: The content of element comment will be built is shown below
Introduction This tutorial explains how to build an application by using the Winproladder programming package to write a ladder control program. In this tutorial we will not tackle the advanced features
Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program.
Name: Class: Date: Exam #1 - Prep True/False Indicate whether the statement is true or false. 1. Programming is the process of writing a computer program in a language that the computer can respond to
Computer Basics: Tackling the mouse, keyboard, and using Windows
Computer Basics: Tackling the mouse, keyboard, and using Windows Class Description: Interested in learning how to use a computer? Come learn the computer basics at the Muhlenberg Community Library. This
How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On
User Guide November 19, 2014 Contents 3 Welcome 3 What Is FACTORY I/O 3 How Does It Work 4 I/O Drivers: Connecting To External Technologies 5 System Requirements 6 Run Mode And Edit Mode 7 Controls 8 Cameras
DaVinci Resolve 11 Menus and Keyboard Shortcuts
DaVinci Resolve 11 s and Keyboard s descriptions are for Mac OS X. Windows and Linux use Control instead of Command and Alt instead of Option. s are page specific. DaVinci Resolve About DaVinci Resolve
Controlling the projector using a personal computer
AUDIO OUT AUDIO IN-1 AUDIO IN-2 AUDIO IN-3L AUDIO IN-3R S-VIDEO VIDEO SERIAL MONITOR OUT COMPUTER / COMPONENT VIDEO IN-1 IN-2 USB-B USB-A TM DLP Projector MODEL XD550U/XD560U/WD570U/XD360U-EST/WD380U-EST
MICROPROCESSOR AND MICROCOMPUTER BASICS
Introduction MICROPROCESSOR AND MICROCOMPUTER BASICS At present there are many types and sizes of computers available. These computers are designed and constructed based on digital and Integrated Circuit
Vim, Emacs, and JUnit Testing. Audience: Students in CS 331 Written by: Kathleen Lockhart, CS Tutor
Vim, Emacs, and JUnit Testing Audience: Students in CS 331 Written by: Kathleen Lockhart, CS Tutor Overview Vim and Emacs are the two code editors available within the Dijkstra environment. While both
Center for Teaching, Learning & Technology
Center for Teaching, Learning & Technology Faculty Technology Workshops Computer Management Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Center for Teaching, Learning & Technology
Keil C51 Cross Compiler
Keil C51 Cross Compiler ANSI C Compiler Generates fast compact code for the 8051 and it s derivatives Advantages of C over Assembler Do not need to know the microcontroller instruction set Register allocation
Mother Board Component
Mother Board Component Explain Introduction Mother Board Component 1.Clock Generator 2. CPU socket 3. Memory Socket Memory error checking 4. ROM Bios 5. CMOS Ram 6. Battery 7. Chipset 8. Expansion Slot
A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses
A Computer Glossary For the New York Farm Viability Institute Computer Training Courses 2006 GLOSSARY This Glossary is primarily applicable to DOS- and Windows-based machines and applications. Address:
S PT-E550W ELECTRONIC E C LABELING L SYSTEM
ELECTRONIC E C LABELING L SYSTEM S PT-E0W In order to use your P-touch labeling system safely, read the included Quick Setup Guide first. Read this guide before you start using your P-touch labeling system.
Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1
Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It
Software Developer's Manual
Software Developer's Manual Raster Command Reference PT-H500/P700/E500 Version 1.10 The Brother logo is a registered trademark of Brother Industries, Ltd. Brother is a registered trademark of Brother Industries,
ios 9 Accessibility Switch Control - The Missing User Guide Updated 09/15/15
ios 9 Accessibility Switch Control - The Missing User Guide Updated 09/15/15 Apple, ipad, iphone, and ipod touch are trademarks of Apple Inc., registered in the U.S. and other countries. ios is a trademark
Impact Call PC. call001. Impact Call User s Guide
R Impact Call PC call001 Impact Call User s Guide Comdial strives to design the features in our communications systems to be fully interactive with one another. However, this is not always possible, as
Chapter 4: Computer Codes
Slide 1/30 Learning Objectives In this chapter you will learn about: Computer data Computer codes: representation of data in binary Most commonly used computer codes Collating sequence 36 Slide 2/30 Data
OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES
OFFICE KEYBOARD (MT1210 & MT1405) OFFICE FEATURES Thank you for purchasing OFFICE KEYBOARD. This User s manual contains all information that helps you to operate your keyboard. Please keep the software
SYMETRIX SOLUTIONS: TECH TIP August 2015
String Output Modules The purpose of this document is to provide an understanding of operation and configuration of the two different String Output modules available within SymNet Composer. The two different
The Keyboard One of the first peripherals to be used with a computer and is still the primary input device for text and numbers.
Standard Methods of Input Keyboard Mouse Input device enables you to input information and commands into the computer. The Keyboard One of the first peripherals to be used with a computer and is still
DVR-4TL/8TL/16TL Setup Guide
Package Content DVR-4TL/8TL/16TL Setup Guide Inspect the DVR s packaging. Make sure that the DVR-4TL/8TL/16TL is packed properly. Remove all items from the box and make sure it contains the following items.
1. QTLA Hardware Macro Functions
1. QTLA Hardware Macro Functions User Manual Ver. A XG1-R LED has an extra internal memory and it supports hardware macro function which records the user defined macro keys directly and promptly without
