I'm currently creating a C++ UWP app that will run on a Rpi2/3 controlling 18 AX12A servos for a robotspider project.
The servos work on a baud rate of 1000000 as default and i would like to leave them like that. The Rpi2 allows everything up to 921600. While the Rpi3 does allow a 1mbps baud rate we wont be using it but cause of the uart and bluetooth sharing the serial connection receiving data from the servos is difficult.
Is it possible to set the baud rate higher than 921600 on the Rpi2 with Win10IoT? We are currently running the latest Windows Insider build (16193) on the Rpis.