Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_SetDivisor
Return to Introduction  Previous page  Next page
This function sets the Baud rate for the device. It is used to set non-standard Baud rates.

FT_STATUS
FT_SetDivisor
(FT_Handle ftHandle, USHORT usDivisor)




Parameters

ftHandle
Handle of the device.
usDivisor
Divisor.




Return Value
FT_OK if successful, otherwise the return value is an FT error code.



Remarks
The application note "Setting Baud rates for the FT8U232AM" is available from the
Application Notes section of the FTDI website describes how to calculate the divisor for a non-standard Baud rate.