Search found 8 matches

by itzalak2
Wed May 23, 2012 8:57 pm
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

Re: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

4.5 enterprise edition works too. Sure there is many people that want to buy LC but can't due to this problem. I don't understand why it is not fixed yet.
by itzalak2
Wed May 23, 2012 7:15 am
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

Re: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

Hi,

Discovered that 4.0 works and 4.5 and 5.5 doesn't.

Something essential to solve COM port problems before buying it unfortunately :evil:

Thanks to everybody for give me a "solution" to this problem and verify the LC weakness. :P
by itzalak2
Mon May 21, 2012 11:59 am
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

Re: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

Hi LiveCodeSteve,

Could you pleas tell me witch version works to make a try?
by itzalak2
Mon May 21, 2012 7:57 am
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

Re: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

Thanks for your answer BvG. I have belkin bluetooth dongle with drivers for XP (CD included with the dongle). It gives me a SPP port (COM8 and COM9) and I verified that I can send data through COM9 because the other system answer to my request. First I connect the computer with the other system with...
by itzalak2
Fri May 18, 2012 6:49 pm
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

Re: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

Sorry for the caps, I'm not used to write in the forums.
by itzalak2
Fri May 18, 2012 11:55 am
Forum: Windows
Topic: BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM
Replies: 12
Views: 10195

BLUETOOTH SPP OSX OK BUT WINDOWS PROBLEM

Hi to everybody, I have developed an app for OSX that sends and receives data from bluetooth system through BT (as COM PORT) and it works very well but I tried the WINDOWS version in XP PC with BLUETOOTH DONGLE and I can send data but didn't receive anything. Obviously the hardware is OK because in ...
by itzalak2
Tue Feb 21, 2012 8:04 pm
Forum: Mac OS
Topic: Open driver needs 5 seconds to close
Replies: 3
Views: 4971

Re: Open driver needs 5 seconds to close

I just found the solution. Instead use of:

open driver thePort for write and

and:

open driver thePort for send

You can use:

open driver thePort for update

This let you to send and receive data without closing the driver.
by itzalak2
Tue Feb 21, 2012 7:56 pm
Forum: Mac OS
Topic: Open driver needs 5 seconds to close
Replies: 3
Views: 4971

Open driver needs 5 seconds to close

I'm trying serial writing and reading from osx usb port. I can send and receive data but I discovered that when I change the open for writing to reading it needs 5 seconds to close the port. sample: open driver thePort for write --open driver thePort to send data // send data to usb close driver the...