All functions assume you followed directions in the "How To Add To Your Project"
The "DriverResetFunctions" function is very useful in recovering from an error in your coding project. In the case of a critical error resulting in the lockup of the driver functions you can call this function to recover. For example if you called the wait for char function with no timeout and the VXM was not turned on. You could use this function to escape that routine and re-enable the functions. Syntax: SUB DriverResetFunctions() Parameters: Example: DriverResetFunctions