If you do a fair amount of developing with serial devices then you eventually reach a point where your computer has 20 or 30 comm ports listed as “in use.” This can become a rather large annoyance when working with programs that only allow you to use the first 10 ports. Sure, you can manually […]
Tag: Serial
Love it or hate it, every programmer typically wets their feet by writing a “hello world” program in their new programming environment. Since unlike with the type of code I’m used to writing the Arduino board doesn’t come with a CRT or LCD screen to output this text, we have to find a more creative […]