Click here to Skip to main content
15,887,214 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Arduino not looping??? Pin
pkfox21-Jun-23 5:26
professionalpkfox21-Jun-23 5:26 
GeneralRe: Arduino not looping??? Pin
glennPattonWork321-Jun-23 6:13
professionalglennPattonWork321-Jun-23 6:13 
AnswerRe: Arduino not looping??? Pin
jschell21-Jun-23 6:01
jschell21-Jun-23 6:01 
GeneralRe: Arduino not looping??? Pin
glennPattonWork321-Jun-23 6:16
professionalglennPattonWork321-Jun-23 6:16 
AnswerRe: Arduino not looping??? Pin
Dave Kreskowiak21-Jun-23 6:07
mveDave Kreskowiak21-Jun-23 6:07 
GeneralRe: Arduino not looping??? Pin
glennPattonWork321-Jun-23 6:15
professionalglennPattonWork321-Jun-23 6:15 
AnswerRe: Arduino not looping??? Pin
honey the codewitch21-Jun-23 13:24
mvahoney the codewitch21-Jun-23 13:24 
AnswerRe: Arduino not looping??? Pin
Ed Attfield22-Jun-23 1:53
Ed Attfield22-Jun-23 1:53 
While programming an Arduino device from my Linux desktop, I've found it quite helpful to fill my code with progress output to the serial port e.g.
Serial.println(" CONNECTED");

and then watch the progress from another window with tail -f
tail -f /dev/ttyX
where ttyX is the serial port of the Arduino device. (On USB it can change every time you plug it in.)

You need to run the tail command as root or have added yourself to the "dialout" group.

p.s. you don't need the "goto HERE"
GeneralRe: Arduino not looping??? Pin
glennPattonWork322-Jun-23 5:41
professionalglennPattonWork322-Jun-23 5:41 
QuestionMini PC Pin
VE27-Jun-23 2:14
VE27-Jun-23 2:14 
AnswerRe: Mini PC Pin
Gerry Schmitz7-Jun-23 3:30
mveGerry Schmitz7-Jun-23 3:30 
GeneralRe: Mini PC Pin
jschell7-Jun-23 5:25
jschell7-Jun-23 5:25 
GeneralRe: Mini PC Pin
Gerry Schmitz7-Jun-23 6:05
mveGerry Schmitz7-Jun-23 6:05 
QuestionAny RFID (13.56) experts?? Pin
glennPattonWork36-Jun-23 1:52
professionalglennPattonWork36-Jun-23 1:52 
AnswerRe: Any RFID (13.56) experts?? Pin
jschell6-Jun-23 4:57
jschell6-Jun-23 4:57 
GeneralRe: Any RFID (13.56) experts?? Pin
glennPattonWork36-Jun-23 5:18
professionalglennPattonWork36-Jun-23 5:18 
GeneralRe: Any RFID (13.56) experts?? Pin
jschell7-Jun-23 5:14
jschell7-Jun-23 5:14 
QuestionThis is for a DSP project Pin
yai ck2-May-23 21:52
yai ck2-May-23 21:52 
QuestionNot really a question--Just a piece of hardware info Pin
rjmoses22-Apr-23 2:01
professionalrjmoses22-Apr-23 2:01 
AnswerRe: Not really a question--Just a piece of hardware info Pin
jschell25-Apr-23 11:00
jschell25-Apr-23 11:00 
QuestionLaptop Dual Monitors Pin
Kevin Marois17-Apr-23 12:24
professionalKevin Marois17-Apr-23 12:24 
AnswerRe: Laptop Dual Monitors Pin
Richard MacCutchan17-Apr-23 22:08
mveRichard MacCutchan17-Apr-23 22:08 
AnswerRe: Laptop Dual Monitors Pin
jschell18-Apr-23 5:08
jschell18-Apr-23 5:08 
AnswerRe: Laptop Dual Monitors Pin
Gerry Schmitz25-Apr-23 2:52
mveGerry Schmitz25-Apr-23 2:52 
QuestionSOLVED - Write protected hard drive...How to make writeable Pin
Richard Andrew x6412-Mar-23 11:12
professionalRichard Andrew x6412-Mar-23 11:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.