Python Forum

Full Version: Send and receive Files(data/images) betwenn a python app and another appl
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
I need to send and receive images and feedbacks between my python application and an application developped with Visual Basic, I thought about using Bluetooth to ensure the communication but all I find is client/server application using Python and Raspberry! Huh Huh
I'm still looking for a good and doable solution so any help would be appreciated.

Thank u
I have never programmed in VB before, so I am not sure how it works on this side and I am not sure on what kind of device you want to deploy your VB code. I have never send images via bluetooth using python before. But I worked on a python bluetooth server and android client some weeks ago. Maybe it will help you.
Here you will find nice examples how bluetooth works in python
https://people.csail.mit.edu/albert/blue.../x232.html
And here the example for android. Since the java android bluetooth package works with the uuid you have to advertise this in you python code. Like here (last post on this site)
https://stackoverflow.com/questions/1092...rver-on-pc

Hope this helped
Hello
Thank you so muh for yoour help