I need to create a server that excepts commands from the PC. With the btpointtopoint sample I can send data from a Nokia 6600 to hyperterminal on the PC but not the other way around! Once the bluetooh adaptor makes an outbound (to device) connection, I open the port in hyperterminal and type some text. The sample program never proceeds to "Connecting" state to "Accept next connection". The listener based on the server (phone) opens a channel 4 port. Is this the port I should connect to from the PC side? or is it the outbound serial connection. Howver i have tried both and nothing works. It appears that you must always initiate the communication from the device eventhough you can initiate a pairing from a PC. I have even noticed how mRouer comes alive when sending data to the PC via br serial when monkeying around with everything else fails.
In the past I've always had the pc as a server and this was not an issue. I would be greatful for any advise.