How to Develop Serial Port for Terminals: Difference between revisions
Jeff nouse (talk | contribs) |
Jeff nouse (talk | contribs) |
||
| 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" | ||
|- | |- | ||
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
|