MasterEmulator Version 2.1.12.6, PCA10000 Version 1.0, MEFW nRF51822 version 0.9.0,
The log file shows the following;
12;18:17:38.4681 [] - - Start of script: (2015-06-05 08:17:38) - -
13;18:17:38.4701 []
<reportfile:"C:\ProgramData\Nordic Semiconductor\MasterEmulator\log.txt"/>
14;18:17:38.5061 [] Device: COM14
15;18:17:38.5111 [] HciJLinkDriver opened (COM14, 1000000-8-None-1-RequestToSend)
16;18:17:38.5201 [] 480102716 - COM14
17;18:17:39.7352 [] HCI command: BTLE_CMD_READ_BD_ADDR
18;18:17:39.7392 [] Serial port write: 01-09-10-00
19;18:17:41.2172 [] Exception: No response from master emulator
Could not read device address.
However when using an older version of MasterEmulator (2.1.6.8098) the com port is opened at a slower baud rate and it works;
10;18:08:25.5175 [] - - Start of script: (2015-06-05 08:08:25) - -
11;18:08:25.5215 []
<reportfile:"C:\ProgramData\Nordic Semiconductor\MasterEmulator\log.txt"/>
12;18:08:25.5505 [] Device: COM14
13;18:08:25.5565 [] HciJLinkDriver opened (COM14, 115200-8-None-1-RequestToSend)
14;18:08:25.5585 [] SerialNumberToComport for serial 480102716 returned COM14.
15;18:08:26.6625 [] HCI command: BTLE_CMD_READ_BD_ADDR
16;18:08:26.6805 [] Serial port write: 01-09-10-00
17;18:08:26.6855 [ReadPacketQueueThread] Serial port read: 04-0E-0A-01-09-10-00-56-FF-99-00-CD-29
18;18:08:26.6935 [ReadPacketQueueThread] HCI event: BTLE_EVENT_COMMAND_COMPLETE, OpCode: BTLE_CMD_READ_BD_ADDR, Status: BTLE_STATUS_CODE_SUCCESS, BdAddress: 0x29CD0099FF56
I wish to use the ReadRSSI() in the latest MasterEmulator, is there way to change the baud rate?