Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Serial Port » SerialPort_WriteByte

SerialPort_WriteByte


Module: FoundationLite

Writes one character in binary mode to serial port.

Name Type Range Description
Input value inPortId Integer 0 - 7 Identifies open port instance when working with multiple serial ports
Input value inData Integer 0 - 255 Character value.

Description

Filters write single byte into output buffer.

Remarks

Using the SerialPort_Config filter is necessary before using the SerialPort_WriteByte filter.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

Using filters writing to serial port without previous configuration will cause "SerialPort not initialized" error.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.

Filter Group

This filter is member of SerialPort_Write filter group.

See Also