Skip to main content
Home Forums 68kMLA Macintosh SE/30 controlling LED using Arduino via serial — #7
Post #7 by bigmessowires
Source Forum68kMLA
Category68k
Post DateSat, 6 Dec 2014 - 06:59
Original URLhttps://68kmla.org/bb/threads/macintosh-se-30-controlling-led-using-arduino-via-serial.774/
Post
You set the baud rate, etc in your Mac (or Windows) terminal program, and also in the Arduino software you write. They have to match. I think the Arduino serial library uses 9600 8N1 as the default. The Arduino IDE has a very simple built-in serial terminal that you can use to see debug text coming back from the board. There are also a couple of serial port example programs that come with the IDE. On the Mac/PC, you should also be able to use something like Hyperterm or Tera Term or the classic Z-Term on the Mac.

mp.ls