Python Forum
Send and receive Files(data/images) betwenn a python app and another appl
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send and receive Files(data/images) betwenn a python app and another appl
#1
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
Reply
#2
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
Reply
#3
Hello
Thank you so muh for yoour help
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to receive rtmp video in Python? aksdjfh 0 379 Feb-27-2025, 02:58 PM
Last Post: aksdjfh
  Looping through each images in a give folder Python druva 1 738 Jan-01-2025, 08:46 AM
Last Post: Pedroski55
  Guidance for the basic concept send/receive a heartbeat signal StefanL38 1 1,606 Jun-09-2024, 05:31 PM
Last Post: Gribouillis
  How to receive two passed cmdline parameters and access them inside a Python script? pstein 2 1,237 Feb-17-2024, 12:29 PM
Last Post: deanhystad
  Is it possible to extract 1 or 2 bits of data from MS project files? cubangt 8 3,513 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  Receive Input on Same Line? johnywhy 8 2,517 Jan-16-2024, 03:45 AM
Last Post: johnywhy
  Send Error when attaching files JamesAinsworth 1 1,268 Aug-07-2023, 11:10 PM
Last Post: deanhystad
  script to calculate data in csv-files ledgreve 0 2,274 May-19-2023, 07:24 AM
Last Post: ledgreve
  How to continuously receive messages until specified to stop using Bleak jacobbreen25 3 3,964 Dec-28-2022, 04:25 PM
Last Post: jacobbreen25
  SQL Alchemy help to extract sql data into csv files mg24 1 3,139 Sep-30-2022, 04:43 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020