Click here to Skip to main content
15,905,590 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Memory Pin
Dave Kreskowiak21-Oct-23 5:27
mveDave Kreskowiak21-Oct-23 5:27 
GeneralRe: Memory Pin
Calin Negru21-Oct-23 5:54
Calin Negru21-Oct-23 5:54 
QuestionCpu pins Pin
Calin Negru7-Oct-23 2:49
Calin Negru7-Oct-23 2:49 
AnswerRe: Cpu pins Pin
Richard MacCutchan7-Oct-23 3:30
mveRichard MacCutchan7-Oct-23 3:30 
GeneralRe: Cpu pins Pin
Calin Negru7-Oct-23 4:26
Calin Negru7-Oct-23 4:26 
AnswerRe: Cpu pins Pin
Dave Kreskowiak7-Oct-23 4:11
mveDave Kreskowiak7-Oct-23 4:11 
GeneralRe: Cpu pins Pin
Calin Negru7-Oct-23 4:24
Calin Negru7-Oct-23 4:24 
GeneralFirst question solved and with your permission I came up with another one Pin
Calin Negru7-Oct-23 8:05
Calin Negru7-Oct-23 8:05 
GeneralRe: First question solved and with your permission I came up with another one Pin
Dave Kreskowiak7-Oct-23 9:15
mveDave Kreskowiak7-Oct-23 9:15 
GeneralRe: First question solved and with your permission I came up with another one Pin
Calin Negru7-Oct-23 21:23
Calin Negru7-Oct-23 21:23 
AnswerRe: Cpu pins Pin
trønderen7-Oct-23 13:20
trønderen7-Oct-23 13:20 
GeneralRe: Cpu pins Pin
Calin Negru7-Oct-23 21:16
Calin Negru7-Oct-23 21:16 
QuestionZero insertion force (zif) connector esthetes, listen up! Pin
RedDk7-Sep-23 6:50
RedDk7-Sep-23 6:50 
QuestionArduino not looping??? Pin
glennPattonWork321-Jun-23 4:14
professionalglennPattonWork321-Jun-23 4:14 
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 

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.