Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: Stefan S. on June 14, 2016, 10:44:36 am



Title: Genero-Mobile Android + Bluetooth Printer
Post by: Stefan S. on June 14, 2016, 10:44:36 am
Hello,

for a new (Android) Mobile-Project I have to print some text a mobile Bluetooth-Printer.
Services like Google-Print is not what I am looking for, because it must be completly offline.
Has anybody done something like this before?
I think that I have to use an external App for printing.
Any Idea?

Thanks in advance.

Stefan


Title: Re: Genero-Mobile Android + Bluetooth Printer
Post by: Daniele A. on June 15, 2016, 09:10:22 am
Hi Stefan
i do not test directly it, but you should be able to write txt file with start report to <filename.txt>,
and send that file to a bluetooth printer with a webservices.
now i do not remember the name of the printer   try to search on google

bye

Daniele



Title: Re: Genero-Mobile Android + Bluetooth Printer
Post by: Reuben B. on June 15, 2016, 11:56:48 pm
I suspect the method will vary based on the model of printer you are using, and that you would need to refer to the printer documentation to see what it uses. 

My expectation is that you have to end up creating a front-call http://4js.com/online_documentation/fjs-fgl-manual-html/#c_fgl_frontcalls_user_ext_gma.html and following the steps here http://4js.com/online_documentation/fjs-fgl-manual-html/#c_fgl_JavaBridge_gma_packaging.html to include the front-call in your Genero Mobile package.