I have a module that is usually bundled with a master module, which we now want to use unbundled.The module uses an RS-485 interface.The problem is, by default, the module runs at 1.25 Megabaud, which
I\'m interested in sending email notifications from a laboratory instrument (implemented on an ARM9, C/C++, RTOS). From what I understand, I would need to configure the SMTP gateway, username and pass
What defect rate can I expect in a C++ codebase that is written for an embedded processor (DSP), given that there have been no unit tests, no code reviews, no static code analysis, and that compiling
I need to debug some C# code on a remote machine running XP Embedded. I did remote debugging on several occasions on different Windows operating systems and all worked well, but I think that the XP Em
This is related with microcontrollers but thought to post it here because it is a problem with algorithms and data types and not with any hardware stuff. I\'ll explain the problem so that someone that
In an embedded (Window开发者_Go百科s CE) C++ project, I have to resample an arbitrary sample-rate down (or up) to 44100 Hz.
I am new to Embedded Programming, taking courses on it. And working with ATSTK600. I am looking for some help on \"how to write header files for Devices\". Well, to be specific, what are the standard
Has anyone used check as the unit test framework in an embedded device which also requires cross-compilation?
Can you use Atom for 开发者_Go百科programming C in Haskell? Would that be possible and would that make sense?Atom is targeted towards a very particular domain, \"hard realtime embedded software\", to
I would like to model an event-driven finite state machine in C as proposed here : http://en.wikipedia.org/wiki/Event-driven开发者_如何转开发_finite_state_machine