I have an FT230X device from FTDI, Which is preconfigured for 115200 baud rate by default. For windows system, they have provided FT_PROG utility for changing settings, but for Linux FT2XX device driver is there.
I am able to change the baud rate from the C program by using this FD2XX driver but it's not a permanent change.
It reverts back to 115200 baud rate when shutdown or replug the device.
Is there any way we can change the default baud rate of FT230X devices in Ubuntu.
Please help!!