Other Parts Discussed in Thread: AM3352, WL1837
Dear
The hardware scheme we currently use is am3352 + wl1837mod, when I start bluetooth, the information is displayed as following:
★This prompt means baud rate = 3000000, right??
-------------------------------------------------------------------------------------
root@vmax:~# bb-wl18xx-bluetooth
Found a Texas Instruments' chip!
Firmware file : /lib/firmware/ti-connectivity/TIInit_11.8.32.bts
Loaded BTS script version 1
texas: changing baud rate to 3000000, flow control to 1
Device setup complete
-------------------------------------------------------------------------------------
★If it is right, the return value of stty as following is "speed 0"??
-------------------------------------------------------------------------------------
root@vmax:~# stty -a -F /dev/ttyS1
speed 0 baud;stty: /dev/ttyS1
line = 15;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 hupcl -cstopb cread clocal crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8
-opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
-isig -icanon -iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
-------------------------------------------------------------------------------------
★Now I want to modify the baud rate of UART connecting Bluetooth communication between am3352 and wl1837mod. What should I do?
Thanks