Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: Raj on May 30, 2008, 01:38:36 PM

Title: New User for WCL.net
Post by: Raj on May 30, 2008, 01:38:36 PM
Hi

I am new user in the field for Bluetooth technology. I am trying to use the WCL.net from btnframework.com.
I have downloaded the WCL demo project, but I have read some topics in form and have doubt that it is not latest and full version.
May anyone please let me know that what is the latest release version for full version.

I am trying to develop an application to read and write from the mobiles. By using "wclFTPClient" I am able to do directory listing.
I have used "wclFTPClient.Dir();"
ofcourse it is mentioned in the demo application.

result is c: and D: drives.
but know I want to list all the contents for D: drive. I have searched all the function for "wclFTPClient". But didn't get any clue.
Please let me know how can I do this.


Please also tell me where did I can get the help for the WCL.net classes, so that I can fully evaluate the WCL.net library.
Title: Re: New User for WCL.net
Post by: Mike Petrichenko on May 30, 2008, 04:14:17 PM
The latest version is availbale on http://www.btframework.com/download.htm

To list directory content use Dir method.
To change current directory use SetPath method.

(see the demo app)
Title: Re: New User for WCL.net
Post by: Raj on May 31, 2008, 05:56:50 AM
Hi Mike,

Thanks for posting a reply.

Please also let me know how to get the documentation for WCL.net classes
I am working on ur solution given for directory listing.
I will post if any issue occur  :)

Regards
Raj
Title: Re: New User for WCL.net
Post by: Mike Petrichenko on May 31, 2008, 03:05:44 PM
Documentation is under development. Will be availbale soon.
Title: Re: New User for WCL.net
Post by: novice on June 30, 2008, 11:20:02 AM
Good day

Hi

While testing the wcl demo i found the component wclClient
Question
1. what is the use of wclClient
2. Can i use the wclClient in sending SMS , calling , and etc. just like in the BTF GSMModemClient?

Thanks
Title: Re: New User for WCL.net
Post by: Mike Petrichenko on June 30, 2008, 11:43:46 AM
The wclClient is a very basic component which allows to connect to remote device and send/receive the data. How to use the data is completle application's question. I.e. interpretation of data is an application job.