Hi
there are many good tutorial for communication with the serial port via
VBA like
http://www.thescarms.com/vbasic/commio.aspx or
http://dev.emcelettronica.com/serial...tion-excel-vba
All of them seems to use something like
CommRead(intPortID, strData, lngSize)
But my device sends data with unknown length. Is there a way to
implement an wrapper for CommRead that bypass the lngsize, so that i can
read the whole string sended?
thx
Christof