I�ve made program on PC side which receives data from Phone. It works OK. I�ve set Bluetooth to use COM9 in Local Services.
The problem is that when I try to write data to COM-port in PC program it doesn�t work. Same problem in other programs such as Nokia PointToPoint example and Bemused WinAmp control program. Every program can send data to PC, but when PC tries to send data to phone it fails.
1. What Bluetooth card are you using in the PC?
2. Anyway I can take a look at the application you wrote for the PC?
I�ve Epox BT-DG02.
The code in PC is just simple: open serial port in COM9 and then just using ReadFile and WriteFile. ReadFile works, but writing not.
[quote="Lepink�inen"]I�ve Epox BT-DG02.
The code in PC is just simple: open serial port in COM9 and then just using ReadFile and WriteFile. ReadFile works, but writing not.[/quote]
Seems I have the same problem (with SE P800)... Have you solved it?
Try taking a look at the source code for the Bemused server. However, you will almost certainly have problems if you try to use the same COM port as PC Suite uses. If you can get your app to run on the same port I'd be interested to hear how you do it!