Support for fischertechnik TX-controller
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
handle for communication with the ROBO TX Controller; if an error occurs (=NULL), then the errcode variable contains a possible error code.
[This is preliminary documentation and is subject to change.]
API 2.07
ftxOpenComDevice
Function equivalent to function from 2.6, but the particular COM interface can be passed as a string, e.g. "COM4" or "COM32".
Namespace: FischerTechnik.FtMscLib.APIftxOpenComDevice
Function equivalent to function from 2.6, but the particular COM interface can be passed as a string, e.g. "COM4" or "COM32".
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax
Parameters
- comStr
- Type: System String
COM interface with port number as string, e.g. "COM4"
- baudr
- Type: System UInt32
baudr - baud rate, current 38400 fixed
- FTerror
- Type: System UInt32
[Missing <param name="FTerror"/> documentation for "M:FischerTechnik.FtMscLib.API.FtMscLibEx.ftxOpenComDevice(System.String,System.UInt32,System.UInt32@)"]
Return Value
Type: UInt32handle for communication with the ROBO TX Controller; if an error occurs (=NULL), then the errcode variable contains a possible error code.
Remarks
See Also