We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit: this is using the device as SPI. We use a 0-length ioctl transfer to control the CS:
xfer.tx_buf = NULL; xfer.len = 0; xfer.rx_buf = NULL xfer.cs_change = true; //(or false)
This is returning a 110 timeout error. Instead, it should either enable or disable the CS line.
The text was updated successfully, but these errors were encountered:
A different driver for SPI only has been merged in the kernel 6.11 (spi-ch341.ko). Maybe this one will work.
Sorry, something went wrong.
Exciting that a driver has made the kernel. The only downside is it doesn't expose the other pins as GPIO. Thanks for the info!
No branches or pull requests
Edit: this is using the device as SPI.
We use a 0-length ioctl transfer to control the CS:
This is returning a 110 timeout error. Instead, it should either enable or disable the CS line.
The text was updated successfully, but these errors were encountered: