Page 1 of 1

Bluetooth Printer

Posted: Fri Sep 20, 2024 6:42 am
by lemodizon
Hello everyone,

Good day.

I just bought portable Bluetooth printer and I want it to try in livecode platform.

I'm planning to test this printer via android phone using livecode

does anyone here tried a Bluetooth printer via android using livecode?

hope you can help or guide me.

thanks in advance

Image

Re: Bluetooth Printer

Posted: Fri Sep 20, 2024 9:42 am
by Klaus
Hi lemodizon,

maybe this thread will help you?
viewtopic.php?f=7&t=39185&p=230927&hili ... nt#p230927

Best

Klaus

Re: Bluetooth Printer

Posted: Tue Oct 08, 2024 10:27 am
by asepre
Klaus wrote:
Fri Sep 20, 2024 9:42 am
Hi lemodizon,

maybe this thread will help you?
Best

Klaus
It's what I need, too! Thanks a lot!

Re: Bluetooth Printer

Posted: Mon Apr 07, 2025 11:26 am
by lemodizon
Klaus wrote:
Fri Sep 20, 2024 9:42 am
Hi lemodizon,

maybe this thread will help you?
viewtopic.php?f=7&t=39185&p=230927&hili ... nt#p230927

Best

Klaus
Thanks Klaus, however I tried to run it android phone it does not run.

Re: Bluetooth Printer

Posted: Tue May 06, 2025 8:25 am
by brattina01
What specific challenges or limitations did you encounter when attempting to connect and print via Bluetooth from LiveCode on Android?

Re: Bluetooth Printer

Posted: Mon May 19, 2025 1:22 pm
by lemodizon
Hi brattina01,

I was planning to create an Android app using LiveCode. Please see the sample design.
Image

The app will search for a device, connect to my Bluetooth printer, and then test a print sample.

However, I cannot find a tutorial or forum for this to guide me.

Re: Bluetooth Printer

Posted: Tue May 20, 2025 12:03 pm
by Klaus
Not sure this will work at all!?
From the dictionary about "print":
...
Cross-platform note: ...
On mobile platforms, the print command only works in the context of an explicit open printing to pdf command.
...

Re: Bluetooth Printer

Posted: Fri Jul 18, 2025 8:15 pm
by keliko
lemodizon wrote:
Mon Apr 07, 2025 11:26 am
Klaus wrote:
Fri Sep 20, 2024 9:42 am
Hi lemodizon,

maybe this thread will help you?
viewtopic.php?f=7&t=39185&p=230927&hili ... nt#p230927

Best

Klaus
Thanks Klaus, however I tried to run it android phone it does not run.

Some of my POS projects use JNI for Bluetooth printer access. However, you need to understand how data is formatted when sent over Bluetooth. The easiest way is to use Cordova, and you can still use LiveCode, but you'll need to use the standalone Web LiveCode.