Help for this page

Select Code to Download


  1. or download this
    SetBitMode
      Parameters: {$mode}
    ...
        PFT_BITMODE_MHBEM
        PFT_BITMODE_FOISM
        PFT_BITMODE_CBUSBB
    
  2. or download this
    my $mode = FTDIdev->SetBitMode(0x03, 0x01); #also tried in dec with 3,
    + 1
    
    print "My mode is: $mode\n";