Click here to Skip to main content
15,886,724 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle Hurdle Pin
OriginalGriff9-Apr-22 20:00
mveOriginalGriff9-Apr-22 20:00 
GeneralRe: Wordle Hurdle Pin
0x01AA10-Apr-22 0:27
mve0x01AA10-Apr-22 0:27 
GeneralRe: Wordle Hurdle Pin
Sander Rossel10-Apr-22 2:38
professionalSander Rossel10-Apr-22 2:38 
GeneralThe most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 6:04
mvahoney the codewitch9-Apr-22 6:04 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
PIEBALDconsult9-Apr-22 6:36
mvePIEBALDconsult9-Apr-22 6:36 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 6:41
mvahoney the codewitch9-Apr-22 6:41 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 9:01
jmaida9-Apr-22 9:01 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 9:25
mvahoney the codewitch9-Apr-22 9:25 
I can't cross section the similarities and differences between the units because it amounts to differences in the standard header files and Arduino hal headers.

For example, I caught a warning because size_t is unsigned on certain platforms. I didn't catch it because only one platform - one I recently added support for, has size_t as unsigned.

Another more major issue, was in some build environments, some jokers defined "putc" as a macro, making my virtual function of the same name break the build.

Then there are differences in the actual SPI bus characteristics which are part of the Arduino HAL. That's largely opaque to me.

Now first two things can be caught purely through compiling. I don't need the devices. But if I want to test the drivers on the devices and catch that last thing i mentioned, I do need those devices hooked up.

And really there's about a $50 cost difference between hooking them up in parallel or doing one at a time manually. I'll take the former, but issue again is space, unless i start wall mounting everything. still need room for a PC. Or at least a second USB hub. I already have like 30 com ports registered on this machine though. Meh.
To err is human. Fortune favors the monsters.

GeneralRe: The most laborious testing I've ever considered doing on my own Pin
englebart9-Apr-22 12:12
professionalenglebart9-Apr-22 12:12 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 12:19
mvahoney the codewitch9-Apr-22 12:19 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
englebart9-Apr-22 14:03
professionalenglebart9-Apr-22 14:03 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 14:04
mvahoney the codewitch9-Apr-22 14:04 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 14:30
jmaida9-Apr-22 14:30 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 15:42
mvahoney the codewitch9-Apr-22 15:42 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 17:19
jmaida9-Apr-22 17:19 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 22:47
mvahoney the codewitch9-Apr-22 22:47 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida10-Apr-22 16:41
jmaida10-Apr-22 16:41 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch10-Apr-22 23:07
mvahoney the codewitch10-Apr-22 23:07 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida11-Apr-22 11:25
jmaida11-Apr-22 11:25 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 17:07
jmaida9-Apr-22 17:07 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
0x01AA9-Apr-22 6:45
mve0x01AA9-Apr-22 6:45 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 8:13
mvahoney the codewitch9-Apr-22 8:13 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
#realJSOP10-Apr-22 23:46
mve#realJSOP10-Apr-22 23:46 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch11-Apr-22 0:19
mvahoney the codewitch11-Apr-22 0:19 
JokeWhat's the difference between a patient person and an impatient person? PinPopular
PIEBALDconsult8-Apr-22 16:43
mvePIEBALDconsult8-Apr-22 16:43 

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.