My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 88
Some devices that present a serial port interface require a quick pulse of the DTR signal, to signal a remote reset or for other purposes. This tool allows that action to be easily performed and automated, on any serial port, for any duration.
Implementation of the python serial module with a wx gui interface. Has the ability to display received values in hex or ascii. Linux Only. Requires a version of wx python.
Addon for super simple serial communication between Arduino and openFrameworks.
Java project comunication with LCD and pic by serial.
=easyshell 1.0alpha released~= ==what is easyshell== easyshell is a shell that used to connected to serial port.It's *part of the made-serial-communication-programming-easy project*. ==What is made-serial-communication-programming-easy project== If you always do some programming on Chips lik...
CROSS (CHUMP RFID on Serial Standalone) is cross-platform standalone program for RFID devices using CHUMP (Comprehensive Heuristic Unified Messaging Protocol) to communicate over Serial interface. Development was done using using Python with pygtk and pyserial modules. It was developed for aca...
Tools include a library for working with XBee API mode serial data and an XBee serial command shell for interacting with XBee radios. E.g.: {{{ import serial from xbee import xbee serial = serial.Serial() serial.port = '/dev/tty.usbserial-A4001ib8' serial.open() while 1: packet = xbee...
A basic library that permits controlling an arduino through the firmata protocol. The current version is developed and tested against the StandardFirmata sketch distributed with the arduino 0013 software. The purpose of this library is to make it easy to .net developers to connect their programs ...
QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. It currently supports Mac OS X, Windows, Linux, FreeBSD. *Note* - as of May 2009, this is the new location of the project. The sourceforge project is no longer active. ==Resources== ===Trolltech=== ...
Description: SerTerm is a serial terminal allowing users to connect to serial ports (both real ports and USB-to-serial ports). Users have the ability to set the baud rate, send ASCII data to a serial port, and receive data from a serial port. Received data can be displayed in two formats: ASCII and...
1 2 3 4 5 6 7 8 9 Next