Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C api #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

C api #2

wants to merge 2 commits into from

Conversation

normanb
Copy link

@normanb normanb commented Feb 4, 2015

this is just f.y.i for now I have created a C API to you library which I have then wrapped in Python.

https://github.com/normanb/PyBTSerialPort

Do you have a good way of testing the library pushing a file from the laptop to an android device. I am trying to find an android app that the library supports.

Thanks for the hard work.

@Agamnentzar
Copy link
Owner

As far as the functionality of bluetooth-serial-port goes it only supports
inquiry of devices and serial port protocol, you'd have to add file
transfer protocols yourself or find android app that supports communication
via serial port to test the library.

On Wed, Feb 4, 2015 at 2:00 AM, Norman Barker [email protected]
wrote:

this is just f.y.i for now I have created a C API to you library which I
have then wrapped in Python.

https://github.com/normanb/PyBTSerialPort

Do you have a good way of testing the library pushing a file from the
laptop to an android device. I am trying to find an android app that the
library supports.

Thanks for the hard work.

You can view, comment on, or merge this pull request online at:

#2
Commit Summary

  • Added sections on build and test and fixed a language typo
  • Initial version of CAPI for bluetooth serial port library

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#2.

@normanb
Copy link
Author

normanb commented Feb 4, 2015

So how did you test the connect method, it currently fails.
On Feb 3, 2015 6:08 PM, "Radosław Eichler" [email protected] wrote:

As far as the functionality of bluetooth-serial-port goes it only supports
inquiry of devices and serial port protocol, you'd have to add file
transfer protocols yourself or find android app that supports communication
via serial port to test the library.

On Wed, Feb 4, 2015 at 2:00 AM, Norman Barker [email protected]
wrote:

this is just f.y.i for now I have created a C API to you library which I
have then wrapped in Python.

https://github.com/normanb/PyBTSerialPort

Do you have a good way of testing the library pushing a file from the
laptop to an android device. I am trying to find an android app that the
library supports.

Thanks for the hard work.

You can view, comment on, or merge this pull request online at:

#2
Commit Summary

  • Added sections on build and test and fixed a language typo
  • Initial version of CAPI for bluetooth serial port library

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#2.


Reply to this email directly or view it on GitHub
#2 (comment)
.

@Agamnentzar
Copy link
Owner

I have few medical devices that use serial port protocol to communicate via
bluetooth, so I was connecting to them to test the code.

On Wed, Feb 4, 2015 at 3:03 AM, Norman Barker [email protected]
wrote:

So how did you test the connect method, it currently fails.
On Feb 3, 2015 6:08 PM, "Radosław Eichler" [email protected]
wrote:

As far as the functionality of bluetooth-serial-port goes it only
supports
inquiry of devices and serial port protocol, you'd have to add file
transfer protocols yourself or find android app that supports
communication
via serial port to test the library.

On Wed, Feb 4, 2015 at 2:00 AM, Norman Barker [email protected]
wrote:

this is just f.y.i for now I have created a C API to you library which
I
have then wrapped in Python.

https://github.com/normanb/PyBTSerialPort

Do you have a good way of testing the library pushing a file from the
laptop to an android device. I am trying to find an android app that
the
library supports.

Thanks for the hard work.

You can view, comment on, or merge this pull request online at:

#2
Commit Summary

  • Added sections on build and test and fixed a language typo
  • Initial version of CAPI for bluetooth serial port library

File Changes

(12)

(24)

(27)

(26)

(275)

(41)

(39)

(25)

(9)

(27)

Patch Links:


Reply to this email directly or view it on GitHub
#2.


Reply to this email directly or view it on GitHub
<
#2 (comment)

.


Reply to this email directly or view it on GitHub
#2 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants