Programming Lego Mindstorms with Java
暫譯: 使用 Java 程式設計 Lego Mindstorms

Dario Laverde, Giulio Ferrari, Jurgen Stuber

  • 出版商: Syngress Media
  • 出版日期: 2002-02-28
  • 售價: $1,430
  • 貴賓價: 9.5$1,359
  • 語言: 英文
  • 頁數: 464
  • 裝訂: Paperback
  • ISBN: 1928994555
  • ISBN-13: 9781928994558
  • 相關分類: Java 程式語言Storm樂高 Logo
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

The LEGO® Mindstorms™ Robotics Invention System has been called "the most creative play system ever developed." This book unleashes the full power of the RCX and the tools, bricks, and components that make up LEGO® Mindstorms™.

Programming LEGO® Mindstorms™ with Java is as much about robotics programming as it is about Java programming. This book is for all levels of Mindstorms™ users, from hobbyists to the serious Mindstorms™ aficionados. This book is also appropriate for a variety of programming levels; those with only a modicum of Java knowledge as well as those at an advanced level will find much to learn within these pages. You will cover all the basics of programming the RCX, beginning with the introduction of the available Java APIs used to communicate remotely to the RCX using its default firmware, all the way through the advanced topics of embedded programming using a custom Java Virtual Machine (JVM).

You will master the art of:

  • Creating an applet for remote controlling a robot
  • Programming a line-following robot
  • Using the emu-lejos and emu-lejosrun emulators
  • Extending the Java Communications API to include support for USB ports
  • Using popular leJOS tools for developing leJOS programs
  • Simulating Artificial Intelligence with the RCX
  • Extending leJOS using native code
  • Programming LEGO MINDSTORMS with Jini
  • Designing and debugging
  • Communicating with the RCXJava API

The Programming LEGO® Mindstorms™ with Java CD-ROM includes:

  • The latest versions of leJOS for Windows and Unix
  • Simlink, a PC-based visual emulator for leJOS
  • RCXJava API, a platform independent Java library used to develop RCX applications
  • RCXPort, a Java interface created for users to interact with a LEGO® Mindstorm™ RCX from a Java Virtual Machine

Table of Contents

Foreword  ns = "urn:schemas-microsoft-com:office:office" />

Chapter 1 Introducing LEGO MINDSTORMS

Introduction

The LEGO MINDSTORMS RIS Kit

A Brief History of the LEGO

  MINDSTORMS RIS

What's Included with the Robot Kit

RCX: The Robot's Brain

How It Works

The Physical Structure 

The Logical Structure

Expanding the RCX Brain

Replacing the RIS Software

Replacing the RCX Firmware

The RIS Software Environment

Installing the Firmware into the RCX

A Visual Programming Interface: RCX Code

RCX Bytecodes 

The LEGO Assembly Code for the RCX

LEGO Expansion Kits

Alternative Processing Units

Add-on Building Elements

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 2 The Java Communications API

Introduction

Overview of the Java Communications

  Extension API (JCE API)

Understanding the JCE Framework

Port Discovery and Enumeration

Port Ownership Management

Asynchronous event-based I/O

Encapsulation of Underlying

  Native Ports

Java Communication API's Event Based

  Architecture

Installing and Configuring the

  Java Communications API

Installing the Native Library

Installing the Java comm.jar Library

The javax.comm.properties

  Configuration File

Configuring your Development

  Environment

Reading and Writing to Serial Ports

Simple Read Example

Simple Write Example

Debugging with Serial Ports:

  The "Black Box" Example

Selected Code

Extending the Java Communications API

Using More than Serial or Parallel Ports

USB Port Access

Summary

Solutions Fast Track 

Frequently Asked Questions

 

Chapter 3 Communicating with

the RCXPort API

Introduction

Overview of the RCXPort Java API 

How RCXPort Works

Formatting RCX Commands

RCXPort Object Model

Limitations of RCXPort

Compiling Java into Machine Code

Restrictions of Using Direct Mode

Reliance on Java Communications API

Programming the RCX Using RCXPort

Downloading Programs with RCXPort

Interfacing External Software with RCXPort

An Advanced Example Using RCXPort

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 4 Communicating with

the RCXJava API

Introduction

Designing an RCX Java Communications

  Architecture

The Basic Components of an RCX API

Port Configuration and Error Handling

Protocol Management and

  Message Parsing

Tower Communications

RCX Communications

Reusability: Protocols and Ports

Supporting Similar Protocols 

Using Java Interfaces to Support

  Ports Other than Serial Ports

Overview of the RCXJava API

The RCX Package

Classes

Interfaces

Exceptions

Using the RCXLoader Application

The User Interface

Handling and Parsing Response

  and Error Messages

Beyond Serial Port Communications:

  The RCXApplet Example

Communicating over the Network

Using Sockets

Building and Extending the Simple Applet

Direct Control Programming

  for the RCX Using Java

Basic Remote Control Application

Creating a Direct Control

  Framework for Java Programs

Direct Control Using AI

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 5 The leJOS System

Introduction

Basic leJOS Usage Guidelines 

Using the lejosc Compiler

The LEGO Java Operating System 

The TinyVM

Overview of the leJOS Architecture 

Exploring the josx.platform.rcx Package

Using the Button and ButtonListener

  Classes

Using the MinLCD, LCD, Segment,

  LCDConstants, and TextLCD Classes

Using leJOS: A Simple Example

Controlling Motors

Reading Sensors

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 6 Programming for the leJOS Environment

Introduction

Designing Java Programs to Run in leJOS

Using Memory Wisely

Using the Right Java Classes

  (and Using Them Correctly)

An Advanced Programming

  Example Using leJOS

Controlling the Steering

Restricted Steering

Getting Back to the Line

Debugging leJOS Programs

Using Sounds and the LCD

Exception Handling with leJOS

Testing leJOS Programs

Using the leJOS Simulator

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 7 leJOS Tools

Introduction

Programming Environments for leJOS

The Command-Line Tools

  that Interact with the RCX

Using the lejosc Compiler

Using the lejos Linker

Using the lejosfirmdl Downloader

The Command-line leJOS Emulator

Using the emu-lejos Emulator

Using the emu-lejosrun Linker

Using Exisiting IDEs

Configuring Forte

Using the leJOS Visual Interface

The leJOS Visual Interface

Installing lVI

Setting Up lVI

Basic Usage

Using a leJOS Simulator: Simlink

Getting Started with Simlink

Installing and Configuring Simlink

Running Your First Simulation

Designing a Floor Plan for Simlink

Non-visual Declarations

Visual Declarations

Navigational Declarations

Creating a New Simlink Robot Body

Creating a Body: Passive Components

Active Body Classes: Sensors

  and Wheels

Creating a Simple Robot Design

Future Tools for Designing Robots

Additional Tips and Tools for leJOS 

RCXDownLoad 

RCXDirectMode

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 8 leJOS Internals 

Introduction

Advanced Usage of leJOS

Multiprogram Downloading

Storing Persistent Data 

Examining leJOS Internals

From Source Code to Execution

Inside the leJOS Linker

The C Wrapper

The Java Main Program

Building the Binary

The leJOS Binary Format

Inside the leJOS Firmware

The Structure of the leJOS Virtual

  Machine

Real-Time Behavior

RCX Memory Layout

The Emulator

The leJOS Source Code

Extending leJOS with Native Methods

Native Methods in leJOS

Adding a Native Method

Additional Tips and Tricks with leJOS

Changing Stack Sizes

Determining the Amount of Free Memory

Measuring Latency

Summary

Solutions Fast Track

Frequently Asked Questions

 

Chapter 9 Programming LEGO

MINDSTORMS with Jini

Introduction

Overview of the Jini Architecture

Jini as a Network Protocol

A Simple Jini Service Example

What's Required for Installing and

  Running Services

A Simple Service and Client

Proxies and Service Architectures

Selecting the Right Architecture

Using Proxies

A RCX Jini Proxy Service

Why a Proxy? 

Interfacing with the RCX Java API

Using the RCX Jini Service:

  Example Server and Client

A RCX Jini Server

A RCX Jini Client

Summary

Solutions Fast Track

Frequently Asked Questions

 

Appendix A Resources

 

Appendix B Programming

LEGOMINDSTORMS with Java Fast Track

Index

商品描述(中文翻譯)

LEGO® Mindstorms™ 機器人創新系統被稱為「有史以來最具創意的遊戲系統」。本書釋放了 RCX 及其組成部分、工具和積木的全部潛力,這些都是 LEGO® Mindstorms™ 的一部分。

使用 Java 程式設計 LEGO® Mindstorms™ 不僅僅是關於機器人程式設計,還涉及 Java 程式設計。本書適合所有層級的 Mindstorms™ 使用者,從愛好者到認真的 Mindstorms™ 愛好者。本書也適合各種程式設計水平的讀者;無論是僅具備基本 Java 知識的讀者,還是高級使用者,都能在這些頁面中學到很多東西。您將涵蓋 RCX 程式設計的所有基礎知識,從介紹用於通過其預設韌體遠程通訊的 Java API 開始,一直到使用自訂 Java 虛擬機(JVM)的嵌入式程式設計的進階主題。

您將掌握以下技能:

- 創建一個用於遠程控制機器人的小應用程式
- 程式設計一個循線機器人
- 使用 emu-lejos 和 emu-lejosrun 模擬器
- 擴展 Java 通訊 API 以支持 USB 埠
- 使用流行的 leJOS 工具開發 leJOS 程式
- 使用 RCX 模擬人工智慧
- 使用原生代碼擴展 leJOS
- 使用 Jini 程式設計 LEGO MINDSTORMS
- 設計和除錯
- 使用 RCXJava API 與 RCX 通訊

《使用 Java 程式設計 LEGO® Mindstorms™》的 CD-ROM 包含:

- 最新版本的 leJOS 用於 Windows 和 Unix
- Simlink,一個基於 PC 的 leJOS 視覺模擬器
- RCXJava API,一個平台獨立的 Java 函式庫,用於開發 RCX 應用程式
- RCXPort,一個為用戶與 LEGO® Mindstorm™ RCX 互動而創建的 Java 介面,從 Java 虛擬機中使用

目錄

前言

第 1 章 介紹 LEGO MINDSTORMS
- 介紹
- LEGO MINDSTORMS RIS 套件
- LEGO 的簡史
- MINDSTORMS RIS 的簡介
- 機器人套件中包含的內容
- RCX:機器人的大腦
- 它的工作原理
- 物理結構
- 邏輯結構
- 擴展 RCX 大腦
- 更換 RIS 軟體
- 更換 RCX 韌體
- RIS 軟體環境
- 將韌體安裝到 RCX 中
- 視覺程式設計介面:RCX 代碼
- RCX 位元碼
- RCX 的 LEGO 組合代碼
- LEGO 擴展套件
- 替代處理單元
- 附加建構元素
- 總結
- 解決方案快速通道
- 常見問題

第 2 章 Java 通訊 API
- 介紹
- Java 通訊概述
- 擴展 API (JCE API)
- 理解 JCE 框架
- 埠發現與枚舉
- 埠擁有權管理
- 非同步事件驅動 I/O
- 封裝底層原生埠
- Java 通訊 API 的事件驅動架構
- 安裝和配置 Java 通訊 API
- 安裝原生函式庫
- 安裝 Java comm.jar 函式庫
- javax.comm.properties 配置檔
- 配置您的開發環境
- 讀取和寫入串行埠
- 簡單讀取範例
- 簡單寫入範例
- 使用串行埠進行除錯:'黑箱'範例
- 選定代碼
- 擴展 Java 通訊 API
- 使用多於串行或平行埠
- USB 埠訪問
- 總結
- 解決方案快速通道
- 常見問題

第 3 章 與 RCXPort API 通訊