in reply to Re: Problem Writing to FTDI COM Port using Win32::FTDI::FTD2XX
in thread Problem Writing to FTDI COM Port using Win32::FTDI::FTD2XX
Sorry, should have stripped back the code to what it was initially before i started using the FTDI Programers guide definitions. This causes an error @ SetBitMode(1); "Use of uninitialized value in subroutine entry at blib\lib\Win32\FTDI\FTD2XX.pm (autosplit into blib\lib\Win32\FTDI\FTD2XX\SetBitMode.al) line 2467.
However, the code continues to run and it still gets stuck @
FTDIdev->write($TrigOn, 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem Writing to FTDI COM Port using Win32::FTDI::FTD2XX
by kschwab (Vicar) on Jan 16, 2014 at 04:26 UTC | |
by PrfrrdUsrNm (Initiate) on Jan 16, 2014 at 06:06 UTC | |
by kschwab (Vicar) on Jan 16, 2014 at 14:18 UTC | |
by PrfrrdUsrNm (Initiate) on Jan 17, 2014 at 03:27 UTC | |
by kschwab (Vicar) on Jan 17, 2014 at 11:52 UTC | |
|