MichaelZaidman / hid-ft260

FTDI FT260 Linux kernel driver
GNU General Public License v2.0
20 stars 6 forks source link

ttyFTx not showing up #18

Closed DevDebugger closed 3 months ago

DevDebugger commented 5 months ago

I installed the driver, insmod the .ko file , ran the setenv script, however i am not able to see any ttyFTx device in /dev/. Am i missing a step?

MichaelZaidman commented 5 months ago

The UART support is available only in the separate uart branch and has not yet been merged into the main branch. However, please note that the uart branch does not include the GPIO support found in the main branch. If you don't need the GPIO support, you can use the uart branch. On the other hand, if you require both UART and GPIO support, I have created a local branch that includes UART support on top of GPIO support. I will upload this branch in the next few days.

DevDebugger commented 4 months ago

thank you! was this branch every uploaded?

MichaelZaidman commented 4 months ago

Yes, I merged it into the main branch right now.

MichaelZaidman commented 4 months ago

Have you had a chance to try it? Can we close the ticket?