This is historical information of device classes implemented in PySerialLine device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Contact:
Class Description
Python Serial Line device server for windows and linux
pySerialDs Device Description PySerial Class
Revision: - Author:
Python Serial Line device server for windows and linux
Families: Communication
Key words:
Language: Python
Contact:
Class interface
Attributes:
| Name | Description |
|---|---|
| PortScalar: DevString | — |
| BaudrateScalar: DevShort | — |
| DataBitsScalar: DevShort | — |
| StopBitsScalar: DevShort | — |
| TerminatorScalar: DevString | — |
| FlowControlScalar: DevString | — |
| TimeoutScalar: DevShort | — |
| ParityScalar: DevString | — |
| InputBufferScalar: DevLong | — |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| OpenInput: DevVoid Output: DevVoid |
Open serial port |
| CloseInput: DevVoid Output: DevVoid |
Close serial line |
| FlushInputInput: DevVoid Output: DevVoid |
None. |
| FlushOutputInput: DevVoid Output: DevVoid |
None. |
| WriteInput: DevVarCharArray Output: DevVoid |
Write the string to the serial line |
| ReadInput: DevUShort Output: DevVarCharArray |
None. |
| ReadLineInput: DevVoid Output: DevVarCharArray |
None. |
Pipes:
Properties:
22 Feb 2018, DS Admin
Updated:
The device class has been updated.
You are looking at this version now.
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Updated:
The device class has been updated.
You are looking at this version now.
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2
on:22 Feb 2018, 2:30 p.m.