Re: [Harbour] telepahty, output overflow

2009-03-30 Thread AbeB
Am I wrong thinking that it's only implimented on Linux? May be worth looking at the functions in SVN/harbour/contrib/hbtpathy/telepath.prg tp_ctrlcts( nPort, nNewCtrl ) tp_ctrlrts( nPort, nNewCtrl ) tp_iscts( nPort ) etc... I think you will need to experiment as there is little documentation f

Re: [Harbour] telepahty, output overflow

2009-03-30 Thread Barry Jackson
May be worth looking at the functions in SVN/harbour/contrib/hbtpathy/telepath.prg tp_ctrlcts( nPort, nNewCtrl ) tp_ctrlrts( nPort, nNewCtrl ) tp_iscts( nPort ) etc... I think you will need to experiment as there is little documentation for this. You could send text in small packets and wait fo

Re: [Harbour] telepahty, output overflow

2009-03-30 Thread AbeB
Hi Alex, Thanks for quick reply. In the printer it's enabled, but in software i have no clue how. Any guidance? Thanks, abe AbeB wrote: > I'm printing to serial printer with hbtpathy.lib > > f.e. > tp_send(1, > replic("012345678901234567890012345678901234567890"+chr(13)+chr(10),1000 ) )

Re: [Harbour] telepahty, output overflow

2009-03-30 Thread Alex Strickland
AbeB wrote: I'm printing to serial printer with hbtpathy.lib f.e. tp_send(1, replic("012345678901234567890012345678901234567890"+chr(13)+chr(10),1000 ) ) but it whould cause overflow in the printed output. any help? Not specific to telepathy, but you must enable flow control on the printer