Search found 16 matches: cts

Return to advanced search

Listbox displays incorrect data

... ES_MULTILINE|ES_AUTOVSCROLL|ES_WANTRETURN|ES_UPPERCASE|WS_BORDER|WS_TABSTOP, 85, 65, 345, 30 CONTROL "Display on Cargo Tracking System (CTS)", 106, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 5, 100, 149, 12 CONTROL "E-Mail Shipper", 107, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, ...
by cdmmaui
Sat Jul 28, 2018 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2207

Re: Problem with upgrade to FWH 2018 - 02

... "UECANADA" $ Pmod IF ( import->reltype = 1 ) nBitmap := 1 ELSE nBitmap := 2 ENDIF OTHERWISE IF ( ALLTRIM( import->lastuser ) $ 'CTS EDI,CDM SYSTEM' ) .OR. ( import->commdoc = 2 ) .OR. ( EMPTY( import->mbill ) ) .OR. ( ALLTRIM( import->boxno )=='SHELL RECORD' ) nBitmap ...
by cdmmaui
Sun Apr 15, 2018 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with upgrade to FWH 2018 - 02
Replies: 13
Views: 3060

Problem with upgrade to FWH 2018 - 02

... is gone and it displays numbers, how do I correct this? Here is _ImpFlag code FUNCTION _ImpFlag( aBitmap ) IF ( ALLTRIM( import->lastuser ) $ 'CTS EDI,CDM SYSTEM' ) .OR. ( import->commdoc = 2 ) .OR. ( EMPTY( import->mbill ) ) .OR. ( ALLTRIM( import->boxno )=='SHELL RECORD' ) RETURN ...
by cdmmaui
Sun Apr 15, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with upgrade to FWH 2018 - 02
Replies: 13
Views: 3060

BuildCommDCB: flow control strings

... ending with "p" or "x". I'm confused. Definitely, what do I have to add to the string above to enable: 1) XON/XOFF 2) RTS/CTS 3) DSR/DTR Thanks, Davide
by Davide
Sun Nov 29, 2009 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildCommDCB: flow control strings
Replies: 1
Views: 649

OFF TOPIC : chiedo un consiglio al forum

Nel 2004 ho acquistato un computer portatile acer ferrari 3400 perchè ne volevo uno potente dato che non sono sempre a casa ed avevo bisogno di qualcosa che mi facesse fare un po di programmazione veloce e nello stesso stesso potente per la grafica per i montaggi video sopratutto( mio hobby da sempr...
by Silvio
Sat Feb 07, 2009 11:06 am
 
Forum: All products support
Topic: OFF TOPIC : chiedo un consiglio al forum
Replies: 1
Views: 581

... 1200 a 115.200 bits: WORD; // Data Bits parity: WORD; // Paridade stops: WORD; // Stop Bits handshaking: BYTE; // 0 = Sem Hand Shaking, 1 = RTS/CTS end; type ARG_COM_SETUPSERIAL = packed record com: BYTE; Setup: TSetupSerial; end; type ARG_CARD = packed record card: array [0..128] of BYTE; status: ...
by MGA
Wed Jul 23, 2008 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como chamar esta DLL ??
Replies: 10
Views: 3920

activa los puerto serial

... DSR() => log Returns .T. if DSR set better than Xon/Xoff ************************************************************************** CTS() => log Returns .T. if CTS set better than Xon/Xoff ************************************************************************** Note: You may ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2309

Problem reading text file

I am having a problem when reading text from a file. The file is large 1.5MB to 4MB (200,000 lines or more). Usuaally around 100,000 lines the program exits prematurely with no errors. I would appreciate any help. Here is the code for reading file. DO WHILE ! lEof // Init... cLine := "" // Read... U...
by cdmmaui
Thu Oct 12, 2006 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem reading text file
Replies: 1
Views: 1052

Ok, però, se io ho questa catena (lunga 12 caratteri) con il risultato come faccio a sapere per esempio se la porta aspetta il CTS?

cComStat := "€\{ "


#define CSTF_CTSHOLD 1 // 0x01

devo fare cosi?
nAnd( cComStat, CSTF_CTSHOLD )

o con il primo carattere della catena, o quale?

Grazie.
by pymsoft
Wed Sep 13, 2006 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3615

... Member Description status Specifies the status of the transmission. This member can be one or more of the following flags: Flag Meaning CSTF_CTSHOLD Specifies whether transmission is waiting for the CTS (clear-to-send) signal to be sent. CSTF_DSRHOLD Specifies whether transmission is waiting ...
by Enrico Maria Giordano
Wed Sep 13, 2006 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3615

Re: getcommerror, como tratar el resultado?

... successful. Errors The return value can be a combination of the following values: Value Meaning CE_BREAK Hardware detected a break condition. CE_CTSTO CTS (clear-to-send) timeout. While a character was being transmitted, CTS was low for the duration specified by the fCtsHold member of the COMSTAT ...
by Enrico Maria Giordano
Tue Sep 12, 2006 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3615

Antonio,
Gracias
Necesito Activar los modos

En clipper funciona OK con CT.LIB

COM_DTR,COM_MCR,COM_CTS

Pase el programa a HB con FW y no devuelve la misma respuesta.
by jnavas
Tue Apr 11, 2006 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CT.NG o Documentacion de ct.lib
Replies: 2
Views: 746

CT.NG o Documentacion de ct.lib

Colegas,
necesito información de CT.LIB

Algunas funciones que usaba en DOS parece no ser soportadas

REQUEST COM_READ,COM_NUM,COM_OPEN,COM_INIT,COM_COUNT,COM_CLOSE,COM_FLUSH,ISBIT,COM_SMODE,COM_SEND,COM_DTR,COM_MCR,COM_CTS
by jnavas
Mon Apr 10, 2006 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CT.NG o Documentacion de ct.lib
Replies: 2
Views: 746

DTR, CTS , DTR , MCR en Puerto Serial

Colegas,

Necesito activar estas características en puerto Serial
Comunicación Serial Protocolo
DTR, CTS , DTR , MCR


OpenComm( "COM1", 1024, 128 )
BuildCommDcb( "COM1:9600,e,8,1", @cDcb )
by jnavas
Tue Apr 04, 2006 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DTR, CTS , DTR , MCR en Puerto Serial
Replies: 1
Views: 631

Antonio,

¿ Como se gestiona la velocidad, paridad, databytes DTR, CTS, RTS, DCD etc..?.
Es importante para mí. Necesito tener el control total de las señales presentes en el puerto RS232. De esto dependerá que me incline ha utilizar FWPPC en mi proyecto.

Saludos.

Salvador Gallardo
by Salvador
Sun Dec 18, 2005 9:41 pm
 
Forum: FiveWin para Pocket PC
Topic: Soporte para comunicacion puertos seriales.
Replies: 2
Views: 1063
Next

Return to advanced search