Serial Port Complete: The Developer's Guide, Second Edition

Serial Port Complete: The Developer's Guide, Second Edition
Title Serial Port Complete: The Developer's Guide, Second Edition PDF eBook
Author Jan Axelson
Publisher Lakeview Research LLC
Total Pages 400
Release 2007-12-01
Genre Computers
ISBN 193144806X

Download Serial Port Complete: The Developer's Guide, Second Edition Book in PDF, Epub and Kindle

When PCs and peripherals began showing up with USB ports in the late 1990s, many predicted that legacy serial (COM) ports would soon be obsolete. The predictions were wrong. While most standard peripherals now use USB, serial ports are the interface of choice for devices that require simple programming, long cables, operation in harsh environments, or basic networking capabilities. Serial ports are more versatile then ever due to developments such as USB virtual COM ports, the .NET SerialPort class, enhanced microcontroller USARTs, and new wireless interfaces. Serial Port Complete Second Edition is a completely revised and updated guide to programming and interfacing to COM ports, USB virtual COM ports, and serial ports in embedded systems. Author Jan Axelson shows how to: § Access COM ports using the SerialPort class in Microsoft’s .NET Framework. § Program embedded systems for serial-port communications. § Design and program USB devices accessed as virtual COM ports. § Upgrade RS-232 designs to USB with no changes to host software or device firmware. § Design circuits for electrically harsh environments. § Create serial networks of embedded systems and PCs. § Use serial ports in wireless links. Example code is provided for PCs and embedded systems in both Basic and C/C#. The author maintains a website with articles, program code, and other links of interest to developers of serial-port applications (janaxelson.com).

USB Embedded Hosts

USB Embedded Hosts
Title USB Embedded Hosts PDF eBook
Author Jan Axelson
Publisher Lakeview Research LLC
Total Pages 160
Release 2011-11-01
Genre Computers
ISBN 1931448248

Download USB Embedded Hosts Book in PDF, Epub and Kindle

Developers who want to access USB devices from their embedded systems will find a helpful resource in USB Embedded Hosts: The Developer’s Guide. This new book from the author of USB Complete shows how small systems can take advantage of the same wealth of USB devices available to conventional PCs. The book begins with a review of USB host communication protocols. Readers then learn which USB host requirements are relaxed for embedded systems and what new requirements some embedded systems must meet. To help in selecting a development platform, the book explores available hardware and software for USB host communications in small systems. The heart of the book focuses on communicating with USB devices. The topics (with example code) include USB drives, keyboards, virtual serial ports, network bridges, mics, speakers, video cameras, and printers, plus devices that don’t fit defined USB classes. Also discussed are systems that support both USB host and device functions. The example code is written for the BeagleBoard-xM open development board using a distribution of Linux targeted to small systems. Also covered is how to use Linux commands and utilities to learn about, monitor, and debug communications with USB devices.

USB Complete

USB Complete
Title USB Complete PDF eBook
Author Jan Axelson
Publisher
Total Pages 504
Release 2009
Genre Computers
ISBN 9781931448086

Download USB Complete Book in PDF, Epub and Kindle

Computing: general.

The Windows Serial Port Programming Handbook

The Windows Serial Port Programming Handbook
Title The Windows Serial Port Programming Handbook PDF eBook
Author Ying Bai
Publisher CRC Press
Total Pages 927
Release 2004-11-19
Genre Computers
ISBN 1135489254

Download The Windows Serial Port Programming Handbook Book in PDF, Epub and Kindle

The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide to serial interface programming enables you to develop sophisticated interfaces and apply them in real-world applications. Each chapter addresses a language and how it can be applied in the development of serial port interfaces. The seven languages discussed are: ANSI C Visual C++ Visual Basic LabVIEW MATLAB Smalltalk Java Step by step and line by line, the Handbook clearly explains the interfacing techniques used for each different language in the serial port communication. Examples from actual systems have been compiled and debugged, with detailed source code for each included on an accompanying CD-ROM.

Port Designer's Handbook

Port Designer's Handbook
Title Port Designer's Handbook PDF eBook
Author Carl A. Thoresen
Publisher Thomas Telford
Total Pages 578
Release 2003
Genre Technology & Engineering
ISBN 9780727732286

Download Port Designer's Handbook Book in PDF, Epub and Kindle

Over the past twenty years there has been considerable improvement and new information in the design of port and berth structures. This handbook reflects the lastest progress and developments in navigation safety, port planning and site selection, layout of container, oil and gas terminals, cargo handling, berth design and construction, fender and mooring principles. It presents guidelines and recommendations for the main items and assumptions in the layout, desing and construction of modern port structures, and the forces and loadings acting on them. The book provides an evaluation of different designs and construction methods for port and berth structures, and recommendations given by the different international harbour standards and recommendations. Practising harbour and port engineers and students will find the handbook an invaluable source of information.

Working Effectively with Legacy Code

Working Effectively with Legacy Code
Title Working Effectively with Legacy Code PDF eBook
Author Michael Feathers
Publisher Prentice Hall Professional
Total Pages 457
Release 2004-09-22
Genre Computers
ISBN 0132931753

Download Working Effectively with Legacy Code Book in PDF, Epub and Kindle

Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

USB Complete

USB Complete
Title USB Complete PDF eBook
Author Jan Axelson
Publisher
Total Pages 548
Release 2004
Genre Computers
ISBN 9780965081955

Download USB Complete Book in PDF, Epub and Kindle

This guide takes the pain out of designing for this popular interface with specific, detailed examples that show how to develop USB devices and the applications that communicate with them. How the USB communicates with the PC, deciding if a project should use a USB interface, choosing a USB controller chip for peripheral design, and determining code with Windows applications are covered in detail.