Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Non-Debug Version

This is the 'lightweight' version of SERIAL_PORTS_VBA with all debug and show functionality removed.

All Main VBA port functions remain functionally equivalent.

Port debug function remains for compatibility and always returns false.

Cloned from https://github.com/serialcomms/Serial-Ports-in-VBA-new-for-2022.git and modified for VBA6 usage

  • All LongPtr references changed to Long

  • All PtrSafe references in function declarations removed

Suggestion is to use full debug version initially for testing, and then change to this version for regular use if appropriate.