YASKAWA NX100 Spezifikationen Seite 173

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 186
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 172
174/201
BscSetCom
FUNCTION: Sets communications parameters of the serial port.
FORMAT: _declspec( dllexport )short APIENTRY BscSetCom(short nCid, short port,
DWORD baud, short parity, short clen, short stp);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
port Communication port number 1:COM1,2:COM2,3:COM3,4:COM4,・・,255:COM255
baud Baud rate 150, 300, 600, 1200, 2400, 4800, 9600, 19200
parity Parity 0: None, 1: Odd, 2: Even
Clen Data length 7: 7 bits, 8: 8 bits
Stp Stop bit 0: 1 bit, 1: 1.5 bits, 2: 2 bits
OUT(Return)
None
Return Value
0:Error
1:Normal completion
REMARKS: Call Condition
Before calling this function, it is necessary to get the communication handler of the serial port with
BscOpen
function. After calling this function, communications can be done using the BscConnect
function.
Seitenansicht 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 185 186

Kommentare zu diesen Handbüchern

Keine Kommentare