http://www.perlmonks.org?node_id=529209


in reply to Re: Win32::SerialPort faster connection than 115200 baud
in thread Win32::SerialPort faster connection than 115200 baud

After the Win32::SerialPort object has been created, alternate permissable baud rates can be set in the following manner:
$object->{'_L_BAUD'}{2400} = 2400;
Where the newly permissable baud rate in this example is 2400 - This behaviour is documented in the perl-win32-porters mailing list at http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-porters/2716767 where this behaviour is described with respect to the manner by which permissable baud rates are determined for a given serial device.

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"

Replies are listed 'Best First'.
Re^3: Win32::SerialPort faster connection than 115200 baud
by BrowserUk (Patriarch) on Feb 09, 2006 at 22:32 UTC

    It would be a good idea to suggest that link be added to the pod under the heading "Known limitations" where it says:

    Since everything is (sometimes convoluted but still pure) Perl, you can fix flaws and change limits if required. But please file a bug report if you do.

    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.