Robotis Openmanipulatorx icon Robotis Openmanipulatorx Inverse kinematics for Robotis OpenManipulatorX: compute joint angles and MoveTo 3D (cm) positions, supports camera-to-CM mapping for pick-and-place. Try it →
 

Readbyte

File.readByte(filename)

Parameters

filename Path of file to read from.

Returns

The ASCII code representation for the character at the current read position of the file.

Description

Reads and returns the ASCII code representation (one byte of data)  of the character located at the current read position of the file, and then advances the read position by one character.