Hi,
I am using WL1835MOD with AM335x EVM running Wilink8 Addon package for sdk 7. I am using the Bluetopia PM sample LinuxSPPM application. The default baud rate is 115200. How do I change the baud rate in PM?
In Bluetopia Stack examples I see APIs to change the baud rate. Also the desired baud rate can be given as input parameter to the LinuxSPP sample application.
But I don't find any APIs to change baud rate in Bluetopia PM. Where is the baud rate set while running a platform manager sample application?
When I run LinuxSPPM application, and give the command SetDevicePower 1, I see the following in the terminal.
uim:@ st_uart_config
uim: signal received, opening /dev/ttyO1
uim:@ set_baud_rate
uim:set_baud_rate() done
uim:Setting speed to 3000000
uim:@ read_command_complete
uim: Command complete started
uim:@ read_hci_event
uim: read_hci_event
uim:Command complete done
uim:Speed changi(stc): st_tty_open ng to 3000000, 1
uim:@ set_custom_baud_rate
After set_baud_rate() done, there is 'Setting speed to 3000000'. What does it mean by speed here?
Regards,
Harini