How to Develop Serial Port for Terminals: Difference between revisions
m (Jeff moved page Serial port develop-open to About the development of serial port of terminal) |
|||
Line 1: | Line 1: | ||
When use C api open serial port, need set a device model name as the parameter. | When use C api open serial port, need set a device model name as the parameter. | ||
== | == device name == | ||
{|class="wizarpostable" | {|class="wizarpostable" | ||
|- | |- | ||
! scope="row" colspan="2" | Parameters | ! scope="row" colspan="2" | Parameters | ||
|- | |- | ||
| device | | device name|| The alias for serial port. Available values: DB9, GS0_01, WIZARHANDQ1, Q1_USB_SERIAL, USB_SERIAL, SERIAL_EXT, USB_SLAVE_SERIAL, USB_HOST_SERIAL<br> | ||
* '''in W1/W1V2:''' | * '''in W1/W1V2:''' | ||
** '''DB9''': works for DB9 port at the back side of the terminal. | ** '''DB9''': works for DB9 port at the back side of the terminal. |
Revision as of 04:29, 29 March 2020
When use C api open serial port, need set a device model name as the parameter.
device name
Parameters | |
---|---|
device name | The alias for serial port. Available values: DB9, GS0_01, WIZARHANDQ1, Q1_USB_SERIAL, USB_SERIAL, SERIAL_EXT, USB_SLAVE_SERIAL, USB_HOST_SERIAL
|