P pao Member Jul 23, 2011 #1 Hello.. How can you print an invoice to a printer connected via Bluetooth? Do you have any examples? (through port COM6) Very thanks
Hello.. How can you print an invoice to a printer connected via Bluetooth? Do you have any examples? (through port COM6) Very thanks
T Tex8503 Active Member Licensed User Longtime User Jul 26, 2011 #2 Does the printer accept serial commands? I've connected a printer to a mobile via a serial cable before and have been able to send serial commands to get it to print... I'd imagine that if you're using a bluetooth com port that you could probably do it the same way...
Does the printer accept serial commands? I've connected a printer to a mobile via a serial cable before and have been able to send serial commands to get it to print... I'd imagine that if you're using a bluetooth com port that you could probably do it the same way...
P pao Member Jul 26, 2011 #3 thanks for your answer. The printer is an Epson LX300 and is currently printing from a PDA via bluetooth. My question is about the procedure for printing from the program to the printer. I guess it must be through the serial library, but I would like to see an example.
thanks for your answer. The printer is an Epson LX300 and is currently printing from a PDA via bluetooth. My question is about the procedure for printing from the program to the printer. I guess it must be through the serial library, but I would like to see an example.