Hi, I want to create a Function to approximate a custom Baudrate. The Function depends on two Variables: Baudrate = f(x,y) = (FDV * 40) / (8192 * (BG + 1)), FDV = 1..511, BG = 1..8192 Unfortunately I am not that good in maths so anyone who has an idea how to solve this ? One could do it iterative but that will be too time consuming. Best Regards, Marcus