1,347 Topics
Those clever boffins at the University of Bath, England have managed to develop a machine called [URL="http://dev.www.reprap.org/bin/view/Main/WebHome"]RepRap[/URL] which can, effectively, replicate itself. The boffins themselves describe it as being a 3D printer which can print, or rather produce, real mechanical parts. Perhaps most interesting is the claim that RepRap can …
I am having a problem printing on a home network. The printer (Epson Stylus Color D68 inkjet) is connected by USB to a desktop and is also installed as a shared printer on a laptop. The network is set up and running properly - the laptop can connect to the …
I am running a photo booth application on an old Dell Dimension 2400 PC with Windows 98 SE. We were using an HP2200 Business Jet printer but that seems to have failed and I cannot find another on the web. Any new printer we install has to be already supported …
I am trying to print out photos from an old Windows98 computer (Dell Inspiron 2400) to a brand new HP8025e Laser printer. Our store has been operating a photo booth on this computer so I don't think I can port it to a newer version of Windows. We had been …
I was wondering if someone can create the printer with raspberry pi ? Will pay the price for the costs of labor, materials, etc. or maybe you can recommend someone to make it? Like this https://exciting.io/2012/04/12/hello-printer/
$text = "#########################\n"; $text .= "xxxxxxxxxxxxxxxxxxxxxxxxx\n"; $text .= "-------------------------\n"; $text .= " \n"; $text .= "-------------------------\n"; $text .= "Cultivate Orderly Queuing\n"; $text .= "Thank you for your visit\n"; $text .= date("d/m/Y h:i:s")."\n"; $printer = printer_open("EPSON TM-T82II Receipt"); //open printer printer_set_option($printer, PRINTER_MODE, "RAW"); printer_write($printer, $text); printer_close($printer);
Hey guys, I have been looking around for a while but I can't seem to find any tutorial on how to print the contents of a RichEdit to a printer. Any help would be appreciated and if anyone has any links to a good tutorial please post them. Thanks! TheNewKid
The printer seems to be a much ignored computer peripheral when it comes to programming. This little code snippet explores one way to send text to the default printer. It actually draws the text into an imaginary box on the paper. You can specify the upper left and lower right …
After my desktop computer was updated in March 2020 (Win 10 home automatic update), it lost the ability to communicate with my home network. The network is detectable and functions properly with my laptop --it's only the desktop computer that can't detect or connect to the network. I\ve tried many …
I have a Samsung SCX-3405FW that when trying to print while the printer has gone to power save, it says offline. I checked the settings on the web interface but it still seems to do it. If I power off then back on the printer, I can print. I looked …
Hi, I apologize if my english is bad, I need some help printing the value of a variable in the code that I show below, I'm using emu8086 and I need that this works in this code example that is the same that comes in the examples of emu8086 (PrinterDemo.asm) …
Hi developers! I have made a POS software. I have added the functionality of "priniting to Thermal printer" and "barcodes". Firstly I added the functionality of Reciept printing which worked perfectly. Then I added the functionality of barcode scanning. As you know barcode reader device automatically scans the barcode and …
Hi developers! I have made a POS software. I have added the functionality of "priniting to Thermal printer" and "barcodes". Firstly I added the functionality of Reciept printing which worked perfectly. Then I added the functionality of barcode scanning. As you know barcode reader device automatically scans the barcode and …
Hey there Hope I'm at the right place posting this. I'm developing a software and one of the modules concerns encoding information on a card using a printer (Primacy from Evolis). When purchasing the printer, I was told it could do what I wished. The issue is that I do …
Does anyone know of an HP Printer driver for windows 98 that will enable me to map to and print to an HP Officejet 8610 printer connected to a machine on the network that runs a newer OS? The 8610 does not have a 98 driver.
hi...can someone help me?? a program that i can print barcode from a vb6 application? once i entered data, (i have already a format for the barcode value), it will print the barcode once.. then, enter again info, then print.. i have a sato barcode printer ct400.is there any configuration …
Hey guys, As a new member in site i facing a problem in printer because printer is changing in windows 10. As i am seraching for this solution if anyone know please let me know. Not only that i found [this article](https://silicophilic.com/default-printer-keeps-changing-in-windows/) saying about this. But i donot now that …
Hello, my name is John McPherson. I work as a contractor for the DOL, and I am trying convert some code I maintain in an application to send output files to a printer. Right now, the code( a bash script) just slowly prints the output file on the screen, and …
i'm trying to make price lable printer and i was able to print a single page for a single id, but my problem is when i'm trying to print more that one id i was not able to make it work, i'm still learning but i was hoping that someone …
HI :)) I just bought a canon pixma mp520 and also the new ink cartridges. The thing is the printer doesn't print anything except black texts. With the color texts, the printer just skipped straight to the next black ones. I tried cleaning and deep cleaning options already, did the …
# Good day to all! # Broken old printer it's time to buy a new one. I can not determine the inkjet or laser ... I read an article and was confused by the fact that laser printers do not print so clearly. On the other hand, the paint does …
some problem with your computer just sort of fixes itself, and you don't know what was actually wrong or what made the problem go away? Case in point. On my main XP box, I could not get a proper connection to one of the networked printers in my home. Every …
I have an Epson receipt printer (Model number: TM-T88V), but I cannot use it. I do not have a POS (point of sale) software that will let me do what I need to do, nor do I have the knowledge I need to understand the developers guide manual that comes …
Hi I am unable to complete an installation of an Officejet 6000 inkjet printer on a home network Dell 690 workstation running . Windows 7 Ultimate 64 bit workstation. The printer had been previously connected to a Windows XP Pro 32 bit OS Dell PC. The HP CD wouldn't install …
Hi I have made a desktop application and i have to print some data to printer.For this purpose I have done my code and ran it successfuly and test on xps doucuments and on oneNote . I have no physical printer but i am satisfied by testing it on xps …
hello friends... i want to print a persian file by thermal printer.. i can print an english file esily..but i face the proble while printing persian text.. i think i don't do some principles...i have studied about unicode encodeand decode in python..but it seems it isn't enough please guide me …
Hello! I am developing a POS System. I have need to print Sales receipt. I have no physical printer to test my printing but i have print on xps document. I am facing a problem with indentation of my data on Sales receipt. Following is the code which i wrote …
Hi, l have one problem and l dont know if its possible to fix it. So we want to buy printer that staples but we need from him to staple in the way that is not common. I dont know if its possible to programme printer to do spmething like …
Hello, I have got a new printer that has Svelta emulation. Beside Svelta emulation, this printer supports ESC emulation. I have sent raw data from a web site (with the help of jzebra applet) using ESC emulation, but when I try Svelta emulation, printer doesn't react. First question is how …
Hi there, I am having trouble with hp deskjet 3550 printer..the ink is full..but the problem when i print something it starts printing but when it's finish print an empty paper comes out...nothing on the paper...i tried several times but no success yet...so whats the best method to solve this …
Hello, guys i am having a problem with the Printing some tickets i need to print each ticket in a different page beacause the printer i'm using can only print the size you customize it to print and my program can have different variations knwint that i import an Excel …
I have a series of activities the last of which holds results. I have 'Send to Printer' button which needs to send these results to a wireless printer. Can anyone give me an example of doing this? I''ve trawled the web but there seems to be very little on this …
I wish to print invoice using printer.print method ( using USB dot matrix printer in continous paper) Some invoice contain 6 lines, some 15 lines. Now afer printing 5 lines printer ejectng paper. so paper waster ( paper width 5 inches, continous paper). I wish to top printing after printing …
I want to be able to control the print head of a Canon PIXMA iP5000 (inkjet) for printing. This printer has the finest resolution of any I.J. Printer made and it is this resolution I need to be able to utilise and control. I do have access to Cannon's Official …
OK, so given that Microsoft has seen fit not to include Fax and Scan with Vista Home Premium (although Business and Ultimate users get it) what Vista friendly third party apps are you using to replace the missing fax functionality? Assuming, of course, you do not have an all-in-one printer …
Hi Dani Kings, I am creating an application where all the printing options can be set programmatically and prints the file without print setup prompt. I have gone through Java API for this job to be done and pretty good there are many options we can configure so far I …
Hi I have an existing Visual Basic 6 program which prints to an attached (LPT1) Dot Matrix Printer. Printing is done by first sending the output to a file and from there sending it to the printer. There are a set of Escape Sequences like Print #1 chr(15); chr(3); strVarName …
Hi all, I'm currently developing an Android application with Android Studio that allows visitors to enter information such as their name, company and reason for visiting our work premises and have this information stored in a SQL database. The app would have to allow for the printing of this information …
Hi I developed the asp.net project for trading. Working Fine But We facing Printing Delivery Order/ Report. Currently very curcial issue is print statement. Now we select Account Number of customer and generate Delivery Order and export into PDF then we print this. Our client has about 500 customer. It …
Suppose you receive a phone call from a client in Sales who cannot print a report on a printer in the Research and Development department. The report is from a database created on a server located at headquarters. The client tells you that other members of the Sales department are …
I am working with a customer to print out several 11x17 print jobs from Bentley Microstation v8i version 180 and version 443 (Series 2) have been tested. - Issues with the print output where the customer’s logo gets flaky and what looks to be the image gets corrupted.... One of …
I am developing a sample project in Visual basic 6 and MS Access 2003. 1. I wish to print Invoice in Continuous statonery (Roll Paper ) width of paper 5.5 inches I am using printer.print Code using (x,y) co-ordinates My problem , after printing one bill printer skips and giving …
Asus notebook, Linksys router, Canon do everything wirerless printer and Time Warner DSL modem; initially Win7 but recent upgrade to Win10. Evrything works except the printer (in both Win7 and Win10). I suspect the TW modem as the culprit but can't figure out how to correct it. Getting expensive running …
Have the HP C4700 and the D110. Need an image of the printer alignment page. Don't use printing anymore... just the scanning function. Took them out the empty cartridges recently and now a cannot get back to the scanning function until an alignment page is generated. Do not know if …
Our Landlords are getting a new copier/scanner/fax/ printer machine. Its a Ricoh MP4001. They hook to the old one (HP 4250) through a network cable from a router and we hook to it through a USB. Is it possible to do that with the new Ricoh? There has been some …
can i print a window without printer dialog?
I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on the printer it tells me to turn on the appropriate HP application in Windows which I am not running. I …
I just purchased an HP all in one printer and scanner but because I use Linux I can't scan directly to my desktop. As a result I'm having to scan to email and I just noticed that my picture file size was only 244 KB. That's seems small to me …
Anyone that really knows what happens? A lot of replies for a comparable thread a few years ago but... NO SOLUTION!!! I mean..any good tech that have seen this problem? Anyone that KNOWS what is the cause? Asking the right questions IS a good solution but... not this time. It …
Hi, I've been given a task of printing from a grid in VB6 and came across the article shown below. https://www.daniweb.com/software-development/visual-basic-4-5-6/threads/431714/print-from-mshflexgrid-in-vb-6-0 I've implemented the code provided (re-typed, not copy/paste) and when I run it I get a run-time error 383 saying the printer properties are read only. For example, if …
The End.