Printing from your application can be a very useful tool in a situation where you need to give a receipt to your customer direct from your Pocket PC. The ideal solution is to use an IrDA enabled printer with the IrDA port on your device. The Sapphire IrDA Utility allows you to print to such a printer right within your application.
Product Features
The Sapphire IrDA Utility makes infra-red printing easy with the following functionality:
Establish a connection with a IrDA enabled printer
Print text to the printer
Print new lines and form feeds to the printer
Close the connection to the printer
You can download the latest demo version to see a fully working demo which you can reuse within your application as you see fit. This can be found on the download pages. The demo versions are fully functional and simply contain a popup message from time to time. These are ideal if you are selling your application to the client where you can be confident the application will work in practice and not just theory.
Sample Code
Implementation couldn’t be easier, simply declare the DLL function as a function within your application and call it as though you wrote it yourself. Here’s a sample demo on how to connect to a printer and print a string of text within VB.NET.
Dim iRet As Integer
Dim sLine As String
iRet = prnConnect(SapphireIRDALicence)
If (iRet = 0) Then
' Start printing the text
sLine = "Test print using the SapphireIRDA DLL"
If (prnPrintLine(sLine, sLine.Length) <> 0) Then
MsgBox("Failed prnPrintLine")
End If
End If
Royalty Free Licence
When you purchase a developer’s licence, you are free to use the DLL in any number of your projects and deploy it to all the devices to your clients. There’s no need for royalties based on the scale of your project, just a one off fee. You will also get 12 months email support and discounted upgrades for future developments.
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.5 Professional
Similar Software:
DrinkInventory DrinkInventory - This program can be used by a bar or restaurant owner. You can pick drink mixes that you serve and converts the list into a HTML page that you can place on your website.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
TreeviewTexts TreeviewTexts - TreeviewTexts allows you to create a structural tree with text files. For each node and subnode of the tree you can compose and edit a text file.
The text files are stored in the '/TreeviewTexts/Texts' folder of your device. To view or edit a text file, simply tap on the note
DatedExcels DatedExcels - This program allows you to make calendars. For each calendar you can have 100 Excel sheets per day. You can sync the sheets with your desktop or store them on your storage card.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
CSVReader CSVReader - An application to CSV Files. The improved version allows you to refer picture files in your CSV files, which will be displayed on the screen. Added advanced feature's like "GoTo" and "Filter" Added intelligent features while opening a 2 column csv file
SoftMaker Office 2008 SoftMaker Office - In an ideal world, you could create a file in Microsoft Office on your desktop computer, put it on your Pocket PC, edit and format it on the road, and then send it back to the office, with content and all formatting still intact.
Unfortunately, it does not work that way
Periscope Periscope enables professional display of the screen of a Pocket PC onto a nearby PC or laptop for projection, remote control of a PowerPoint presentation, and remote management of files, device registry and tasks on smartphones, and provision of assistance to users. Periscope is excellent for training clients and colleagues on the new mobile solutions for business
ConversionPrinterer ConversionPrinterer allows you to create printable conversion charts. Select the type of measurement and the parameters. Then enter the start/end and step values. The program will go online (or offline if you have done the unit conversion before) and create a printable chart. This service is provided by Convert
zNotepad ZNotepad is a basic text editor with a few extra features
PrinterDays PrinterDays - This program allows you to create 8 line x 10 character text notes for each day. The program then creates a printable calendar with the text inserted into the days. NOTE: Use Courier font to view/print.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Pages 1.07 - "Liberty" Pages 1.07 - "Liberty" - This is a programm for simple text editing with multiply pages. You now don''t need to switch between applications, all is in one programm. Install: To start working with our programm you ought to download this cab-file on your Smart Device and run..
Other Software by developer «Sapphire Solutions Ltd»:
SapphireSIM The Sapphire SIM utility provides the Visual Studio developer with the ability to manage the SIM card of a Pocket PC Phone Edition, Windows Mobile or Smartphone device. It enables the user to add, change and delete contacts from teh normal and fixed sialling areas of the SIM card
SapphireButtons SapphireButtons
As developers, we can spend quite a lot of effort getting the flow right for our application to make life easier for our users
SapphireGZip SapphireGZip
The memory available on the devices is undoubtedly increasing as technology evolves, but so is the amount of data we are storing. We can now store more information about products and customers allowing a smoother daily run of the business
SapphireEncrypt SapphireEncrypt
Data security is important when you are dealing with the Internet and mobile applications. Having confidential information stored on your Pocket PC means you need to ensure that it is kept save if the device gets stolen or if you are transferring it over the internet
SapphireIMEI SapphireIMEI
If you are rolling out your application on Smartphone or Pocket PC phone edition devices, you may wish to record the device’s International Mobile Equipment Identifier (IEMI) or International Mobile Subscriber Identity (IMSI) numbers
SapphireRAS SapphireRAS
It is now possible to dial a remote connection and manage the device’s phone book from your application using the Sapphire RAS Utility. This will allow you to build advanced applications to allow your mobile application stay current with your business information
SapphireBattery SapphireBattery
Battery power is not infinite. It is important to ensure that your users don’t find themselves without any battery power right when they need it the most
SapphireFTP SapphireFTP
Your application may be dealing with all different types of data files. These could be stock lists, orders, images; pretty much anything your application can store. But consider the need to transfer these files from your device to your server
SapphireMail SapphireMail
Emails are a powerful method of communication with the ability to send messages and files around the world almost immediately, free of charge. Being able to send and receive emails on your device within your eVB, VB