How do I add SDK for Devices on 1c platform

This forum is for the exchange of ideas and suggestions regarding the 1C:Developer Network

#1
People who like this:0Yes/0No
Just came
Rating: 1
Joined: May 8, 2018
Company: Profsis Yazılım Ltd. Şti.

How do I add SDK for Devices on 1c platform. Sample printer working with sdk
Can I do this in Mobile.

 
#2
People who like this:0Yes/0No
Administrator
Rating: 23
Joined: Oct 3, 2019
Company:

Hi harun Fişekci!

Little information to understand your question. Do you have a special printer, and you want to print to this printer from a mobile device?

What kind of printer is this? Can you give a link to it?

Aleksandr

 
#3
People who like this:0Yes/0No
Just came
Rating: 1
Joined: May 8, 2018
Company: Profsis Yazılım Ltd. Şti.

http://www.mobit.com.tr/yazicilar/adp-400-nokta-vuruslu-yazici

 
#4
People who like this:0Yes/0No
Administrator
Rating: 23
Joined: Oct 3, 2019
Company:

Hi harun Fişekci!

You can try to do this:

1. Connect your printer to the local network. In this case, you must know the IP address of the printer.
2. In 1C, make a code that will print "SpreadsheetDocument"

Something like this:

Code
Spreadsheet = New SpreadsheetDocument;
// Here you fill in the Spreadsheet with the required data - please see the Help section...
Spreadsheet.Print (PrintDialogUseMode.Use);


When the Print method is called, a window will open in which you can create a connection to the printer you need and print your data from your mobile device.

Aleksandr

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.