Home
Name Modified Size InfoDownloads / Week
src 2011-04-20
Readme_1_01.txt 2011-04-20 3.3 kB
USB_Project_Interface_Terminal_Installer_1_01.exe 2011-04-20 850.1 kB
USB_Project_Interface_Terminal_Installer_1_0.exe 2011-04-08 830.4 kB
Totals: 4 Items   1.7 MB 1
USB Project Interface Terminal Readme 1.0 1
1.  Designed to be used with the USB Project Interface Kit.
This program is designed to be used with the USB Project Interface Kit from BreezeElectronincs.Net.  It may work with other serial COM ports also.  The program discovers available serial COM ports, opens the COM port you select, sends text commands and data to the USB Project Interface Kit, and receives ASCCI data from the USB Project Interface Kit.
2.  Java Runtime Environment or Java Development Kit required. 
The program USB Project Interface Terminal  and it's installer, PackJacket, require that either a Java Runtime Environment (JRE) or Java Development Kit (JDK) be installed on your computer before running the installer. Version 1.6.0 or later is required. These can be downloaded at http://java.com. Download and install the JDK if you plan on developing Java programs, or the JRE if you only plan to run existing Java programs. 
3.  Installation.
 Click on the downloaded program, USB_Project_Interface_Terminal_Installer_1_0.exe, to start the installer. The default installation directory is "C:/Program Files/USB Project Interface Terminal" for 32 bit systems, and "C:/Program Files(x86)\USB Project Interface Terminal" for 64 bit systems. The program has been tested on Windows XP and Windows 7. You may choose another installation directory if you wish, and optionally install a desktop startup icon and/or Startup Menu shortcut. An uninstaller is in the installation directory. The source code is located at "installation directory/src". 
4 . Using the program.
 When the program is started it will attempt to locate all the serial ports on the computer. This includes both legacy ports and virtual ports connected to a usb port. Before opening a port select the speed you want in the "Select Baud Rate" dropdown box. The default is 19,200 baud. Then select the port you want to open in the "Select Port" dropdown box. The current port status will appear at the bottom of the screen. To send text, type it into the "Send to port" text area. When you press the Enter key the text will be sent to the serial port. Text received from the port will be displayed in the "Received from port" box. To clear all text click the Clear button. To toggle the currently selected port open and closed, click the "Open COM port/Close COM port" button. It is not necessary to explicitly close an open port before exiting from the program or selecting a new port; the port will automatically be closed before proceeding.  See the program's help menu for more details.
 5. RxTx 
 USB Project Interface Terminal incorporates the Java RxTx API to interface with serial ports. The API consists of a jar archive, RXTXcomm.jar, and two libraries specific to the operating system that the program is installed on. This installation is for 32 bit Windows operating systems. The included libraries are rxtxSerial.dll and rxtxParallel.dll. At the time of this writing, the RxTx API is available at http://rxtx.qbang.org. Downloads for a variety of operating systems, installation and usage information is available at this web site.
6.  Changes
Version 1.01
1.   RTS and DTR toggle buttons removed. 
2.  RTS and DTR added to Set and Clear menu items.
3.  RTS and DTR boolean status flags deleted.
Source: Readme_1_01.txt, updated 2011-04-20