- Jun 6, 2020
- 11,559
- 4,422
Buongiorno,
devo lavorare con un dispositivo tramite RS232, che mi risponde in ASCII e devo inviare i comandi in Esadecimale
"
Receive and Transmit Use an interrupt driven comm event on the appropriate com port. Settings are 9600-8-1-None.
Must be noted again Any data sent from PC to BOX-RS232 box, that should use HEX data Any data that PC received from BOX-RS232 box, that is ASCII data So when user test command with BOX Demo tool or RS232 tools,must select the “hex” mode to send data
"
Pensavo di risolvere con Jserial e ho preso come base un progetto di esempio di chat pubblicato da Erel .
Problema: riesco a comunicare ma perdo dei valori sulla risposta che mi invia in Ascii.
Il costruttore del dispositivo, fornisce anche un eseguibile che , oltre alle classiche impostazioni ( 9600-8-1-None ) , vedo anche dei valori di impostazione buffer
Domanda : sapete se esiste un modo per impostare anche il buffer affinché nell'evento AStream_NewData (Buffer() As...
devo lavorare con un dispositivo tramite RS232, che mi risponde in ASCII e devo inviare i comandi in Esadecimale
"
Receive and Transmit Use an interrupt driven comm event on the appropriate com port. Settings are 9600-8-1-None.
Must be noted again Any data sent from PC to BOX-RS232 box, that should use HEX data Any data that PC received from BOX-RS232 box, that is ASCII data So when user test command with BOX Demo tool or RS232 tools,must select the “hex” mode to send data
"
Pensavo di risolvere con Jserial e ho preso come base un progetto di esempio di chat pubblicato da Erel .
Problema: riesco a comunicare ma perdo dei valori sulla risposta che mi invia in Ascii.
Il costruttore del dispositivo, fornisce anche un eseguibile che , oltre alle classiche impostazioni ( 9600-8-1-None ) , vedo anche dei valori di impostazione buffer
برای دیدن تصاویر باید ثبت نام کنید
Domanda : sapete se esiste un modo per impostare anche il buffer affinché nell'evento AStream_NewData (Buffer() As...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید