-
```
What steps will reproduce the problem?
1. Using an SPI MCP4262, Send a read command through either python or c code...
2. Try to read the value during the write cycle
For example:
from mpsse im…
-
```
What steps will reproduce the problem?
1. Using an SPI MCP4262, Send a read command through either python or c code...
2. Try to read the value during the write cycle
For example:
from mpsse im…
-
```
What steps will reproduce the problem?
1. Using an SPI MCP4262, Send a read command through either python or c code...
2. Try to read the value during the write cycle
For example:
from mpsse im…
-
```
What steps will reproduce the problem?
1. Using an SPI MCP4262, Send a read command through either python or c code...
2. Try to read the value during the write cycle
For example:
from mpsse im…
-
in /pyftdi/pyftdi/ftdi.py the 'type' property does not support custom FTDI devices.
FTDI gave me a product ID number I can use with my board and pyftdi does not recognize it.
In order to fix it how …
-
I know that people have successfully compiled microscheme on OS X. It would be great if someone with a Mac could comment on the availability of the required tools (avr-gcc, avrdude), test whether micr…
-
Using Device::FTDI, I can't seem to figure out how to specify which controller I would like to communicate with on a dual controller chip such as the FT2232D. Am I missing something simple?
-
added this patch and tested with the FT2232D chipset to satisfactory result:
```
FTDI.pm
177c177,178
< return _set_interface(shift->{_ctx});
---
> my ( $self, $interface ) = @_;
> retu…