I just started programming with an Arduino a few months ago and now one of the projects I would like to do for a lab I work for is read in sensor data and send that to a terminal program via the USB connected Arduino. This has presented a few problems:
#1) Ncurses is not working properly in Xcode. I've tried macports and reinstalling ncurses to no avail. I keep getting a linking error in Xcode.
#2) Nowhere can I find information on reading in from a serial port in C for Mac...I know this can be done on Windows, but that just takes the fun out of it.
Any help would be greatly appreciated!
#1) Ncurses is not working properly in Xcode. I've tried macports and reinstalling ncurses to no avail. I keep getting a linking error in Xcode.
#2) Nowhere can I find information on reading in from a serial port in C for Mac...I know this can be done on Windows, but that just takes the fun out of it.
Any help would be greatly appreciated!