Openbravo Issue Tracking System - Java Client POS
View Issue Details
0008324Java Client POS(No Category)public2009-03-27 11:272011-06-03 12:21
adrianromero 
adrianromero 
normalminorhave not tried
scheduledopen 
10
 
2.30 
0008324: The printer tmu220 to stop printing after +-18 lines printed
When the receipt printer is long and you have a receipt printer tmu220 using a serial cable. It stops printing after more or less 18 lines printed. It seems that the reason is because the buffer is full and the application does not notice it.
The proposed solution appeared in the forums and is to add a new parameter to the serial connection:

((SerialPort)m_CommPortPrinter).setFlowControlMode(SerialPort.FLOWCONTROL_RTSCTS_IN);
No tags attached.
related to defect 0009417 closed adrianromero Receipt printer does not work after upgrade from 2.30Beta to 2.30 
Issue History
2009-03-27 11:27adrianromeroNew Issue
2009-03-27 11:27adrianromeroAssigned To => adrianromero
2009-03-27 11:28hgbotCheckin
2009-03-27 11:28hgbotNote Added: 0015038
2009-03-27 11:28hgbotStatusnew => resolved
2009-03-27 11:28hgbotResolutionopen => fixed
2009-07-07 17:24adrianromeroRelationship addedrelated to 0009417
2009-07-07 17:29adrianromeroStatusresolved => new
2009-07-07 17:29adrianromeroResolutionfixed => open
2009-07-07 17:29adrianromeroNote Added: 0017980
2009-07-07 17:30adrianromeroNote Added: 0017981
2009-07-07 17:31adrianromeroStatusnew => scheduled
2009-07-07 17:31adrianromerofix_in_branch => pi
2011-06-03 11:01dalsasuaAssigned Toadrianromero => dalsasua
2011-06-03 12:21dalsasuaAssigned Todalsasua => adrianromero
2012-11-07 09:40priyamCategory01 - General => (No Category)

Notes
(0015038)
hgbot   
2009-03-27 11:28   
Repository: openbravopos
Revision: 564
Author: adrianromero
Date: 2009-03-27 11:28:11 +0100 (Fri, 27 Mar 2009)

Fixes issue 0008324: The printer tmu220 to stop printing after +-18 lines printed

---
U trunk/src-pos/com/openbravo/pos/printer/escpos/PrinterWritterRXTX.java
---

https://dev.openbravo.com/websvn/openbravopos/?rev=564&sc=1 [^]
(0017980)
adrianromero   
2009-07-07 17:29   
This fix creates the regression bug described in the "related to" section. It is needed to find a solution that does not create this regression bug.
(0017981)
adrianromero   
2009-07-07 17:30   
For that reason the fix has been removed and the bug has been reopened.