From: Jeffrey on
We have a bluetooth wireless serial port adaptor. This essentially connects two bluetooth devices wirelessly with serial port format. One adaptor is plugged into a laptop on COM3, the other into a PC on COM1. Both computers have simulink.

We'd like to send data (uint8) from one copy of simulink on a laptop, to another copy of simulink on a computer using the wireless serial port.

We have tried using the following configuration
LAPTOP: SERIAL CONFIGURATION BLOCK, CONSTANT_BLOCK---->ZERO_ORDER_HOLD---->SERIAL_SEND_BLOCK

PC: SERIAL_CONFIG_BLOCK, SERIAL_RECEIVE_BLOCK----->DISPLAY_BLOCK

We get nothing on the DISPLAY_BLOCK of the PC. There is no output. We simply would like the display to be able to display the constant we've configured on the laptop.

If there's any way to configure this, we'd appreciate an explanation of the simplest block diagram possible.

Thanks!
--Jeff and Bo