I am trying to compile some example code, usb_cdc shown below, from sixca.com
After installing the TComPort component, required, and compiling I get an error message stating: Incompatible types: 'Array' and 'PAnsiChar'
The error points to line 45 in RED below: ComPort1.Read(InBuffer,2);
Can...