-
Notifications
You must be signed in to change notification settings - Fork 27
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
cannot send data from pc to raspberry pi #23
Comments
Did you try it with You can also try without |
@Agamnentzar I try with 1 but it's not working. I also try without if(bt->IsDataAvailable()), it's still failed. |
Oh ok I see it now, you're connecting as a client on both sides, I don't think that will work. I think one side has to be a server that's listening for a connection. This library was created to connect to devices that already host COM port service so I'm not sure how to setup that up. I think you might need to write some custom code for that. |
@Agamnentzar How to create a server for connection? Thank you |
I don't know, I never had to do that. |
Thank you @Agamnentzar |
i am connect pc to raspberry pi to send a message. but it can't read any character?
this is program from pi:
This is program in pc:
Where did I go wrong? Anyone can help?
Thank you.
The text was updated successfully, but these errors were encountered: