Hey lads,
I've been playing around with the ez430-Chronos and today installed the IAR embedded workbench but I must be missing a library because when I try to open the COM port
bool BM_OpenCOM(char * COM5, DWORD dwBaudrate = 115200, WORD wTimeout = 30, bool bRTS = false, bool bDTR = false);
It tells me that bool and DWORD are undefined identifiers. Any help on the missing file would be appreciated.
Cheers.