From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Lab::Moose::Connection::USB - Connection backend to USB Test & Measurement (USBTMC) bus

VERSION

version 3.931

SYNOPSIS

my $instrument = instrument(
type => 'random_instrument',
connection_type => 'USB',
connection_options => {
vid => 0x0957,
pid => 0x0607,
serial => 'MY47000419', # only needed if vid/pid is ambiguous
}
);

DESCRIPTION

Connection backend based on libusb via the USB::TMC distribution.

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by the Lab::Measurement team; in detail:

Copyright 2017-2018 Simon Reinhardt

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.