AmbientOrb-Serial
view release on metacpan or search on metacpan
Revision history for AmbientOrb-Serial
0.02 2006-06-21
Disconnecting from port when object leaves scope
Fixed unit tests so they connect to /dev/ttys0 on unix OS
0.01 2006-06-15
First version of AmbientOrb serial interface.
t/00-load.t view on Meta::CPAN
use Test::More tests => 1;
BEGIN {
use_ok( 'AmbientOrb::Serial' );
}
diag( "Testing AmbientOrb::Serial $AmbientOrb::Serial::VERSION, Perl $], $^X" );
diag("These tests will attempt to connect to your orb\n");
diag("If your orb is not connected, it will fail\n");
diag("Futhermore, they expect to connect to COM1 (windows) or /dev/ttys0 (unix)");
( run in 1.665 second using v1.01-cache-2.11-cpan-39bf76dae61 )