This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1837MODCOM8I: HCI Tester tool error when executing script

Part Number: WL1837MODCOM8I
Other Parts Discussed in Thread: WL18XXCOM82SDMMC

Hi,

I'm having an issue getting HCI Tester to work. I've connected the WL1837MODCOM8I + WL18xxCOM82SDMMC boards to my PC and get 4 virtual COM ports. Per SWRU398, the first virtual COM port is the BT HCI UART and the second is the BT Logger. In my case, they would be COM6 and COM7, respectively.

I configured COM6 like this: Baud = 115200, Data Bits = 8, Parity = None, Stop Bits = 1, Flow Control = Hardware. Is this correct?

  

In the HCI Tester tool I also configured the Serial Port (COM6) with a baud rate of 115200 and Hardware flow control. Is this correct?

I followed the steps in SWRU136B to change the XML file to TIInit_11.8.32.xml and also modified TIInit_11.8.32.bts to replace "5000, 0x00" with "5000, any" and then saved as a .txt file. Then when I execute the .txt script I get the following error:

16:37:54.879 *** Script Started: "C:\Users\SteJon\Bluetooth_WLAN\Wireless Tools\wl18xx_bt_sp_v4.6\New_Init_HCIScript.txt" ***
16:37:54.879 --
16:37:54.879 Packet "HCI_VS_Update_Uart_HCI_Baudrate", Opcode 0xff36
16:37:54.879 Parameters:
16:37:54.879 | Uart Baudrate : 0x002dc6c0
16:37:54.879 --
16:37:54.879 Outgoing Dump:
16:37:54.879 0000: 01 36 ff 04 c0 c6 2d 00 .6....-.
16:37:59.886 ERROR - File: "C:\Users\SteJon\Bluetooth_WLAN\Wireless Tools\wl18xx_bt_sp_v4.6\New_Init_HCIScript.txt", Line: 20
16:37:59.886 ERROR - Timeout waiting for event HCI_Command_Complete_VS_Update_Uart_HCI_Baudrate_Event
16:37:59.886 ERRORed Line (20): Wait_HCI_Command_Complete_VS_Update_Uart_HCI_Baudrate_Event 5000, any, 0xff36, 0x00
16:37:59.887 --
16:37:59.887 *** Script End ***
16:37:59.887 --

Can you please help me get this working? Seems like a COM port connection issue.