Displaying 4 results from an estimated 4 matches for "charsize".
Did you mean:
xcharsize
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...PAUL MURRELL
No return value
*/
- // return label_width; /* user units */
+ /* return label_width; */ /* user units */
}
/* In addition to scaling the character sizes and the `width', we perform
@@ -708,15 +708,15 @@
break;
case C_PUSH_LOCATION:
- // saved_charsize = charsize;
- // saved_position_x = _plotter->drawstate->pos.x;
- // saved_position_y = _plotter->drawstate->pos.y;
+ /* saved_charsize = charsize;
+ saved_position_x = _plotter->drawstate->pos.x;
+ saved_position_y = _plotter->drawstate->...
2001 Feb 28
1
com port acccess again
...mm:GetCommState ~IXON ~IXOFF
trace:comm:GetCommState CRTSCTS
trace:comm:BuildCommDCBAndTimeoutsA
(com2:115200,n,8,1,0x40596080,(nil))
trace:comm:BuildCommDCB16 (com2:115200,n,8,1), ptr
0x40596004
trace:comm:BuildCommDCB16 baudrate (110)
trace:comm:BuildCommDCB16 parity (N)
trace:comm:BuildCommDCB16 charsize (8)
trace:comm:BuildCommDCB16 stopbits (1)
trace:comm:SetCommState handle 132, ptr 0x40596080
trace:comm:SetCommState bytesize 8 baudrate 110
fParity 0 Parity 0 stopbits 1
trace:comm:SetCommState ~IXON ~IXOFF
trace:comm:SetCommState CRTSCTS
fixme:comm:SetupComm insize 10240 outsize 10240
unimplemen...
2001 Dec 08
0
Resource temporarily unavailable (fwd)
...gt; >trace:comm:BuildCommDCBAndTimeoutsA (COM1 96,n,8,1,0x40615318,(nil))
> >trace:comm:COMM_BuildOldCommDCB (COM1 96,n,8,1), ptr 0x40615318
> >trace:comm:COMM_BuildOldCommDCB baudrate (9600)
> >trace:comm:COMM_BuildOldCommDCB parity (N)
> >trace:comm:COMM_BuildOldCommDCB charsize (8)
> >trace:comm:COMM_BuildOldCommDCB stopbits (1)
> >trace:comm:SetCommState handle 120, ptr 0x40615318
> >trace:comm:SetCommState bytesize 8 baudrate 9600 fParity 0 Parity 0
>stopbits
> >1
> >trace:comm:SetCommState ~IXON ~IXOFF
> >trace:comm:SetCommState C...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to
comunicate over the comm port it hangs.
Here are som output to read.
earlier on i get:
Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c
Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c
thats from vhere the com port gets an virtual memory space, i think.
and in the end i have:
Call