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 two passed cmdline parameters and access them inside a Python script? pstein 2 352 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 1,066 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  Receive Input on Same Line? johnywhy 8 729 Jan-16-2024, 03:45 AM
Last Post: johnywhy
  Send Error when attaching files JamesAinsworth 1 596 Aug-07-2023, 11:10 PM
Last Post: deanhystad
  script to calculate data in csv-files ledgreve 0 1,106 May-19-2023, 07:24 AM
Last Post: ledgreve
  How to continuously receive messages until specified to stop using Bleak jacobbreen25 3 2,153 Dec-28-2022, 04:25 PM
Last Post: jacobbreen25
  SQL Alchemy help to extract sql data into csv files mg24 1 1,791 Sep-30-2022, 04:43 PM
Last Post: Larz60+
  Apply textual data cleaning to several CSV files ErcoleL99 0 845 Jul-09-2022, 03:01 PM
Last Post: ErcoleL99
  How can I add an end line character after every value that I receive? GiggsB 11 5,200 Mar-06-2022, 08:51 PM
Last Post: GiggsB
  How to receive webcam capture on spout? buzzdarkyear 2 2,666 Jan-12-2022, 02:26 PM
Last Post: buzzdarkyear

Forum Jump:

User Panel Messages

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