Click here to Skip to main content
15,894,630 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 0:59
Jelle De Vos20-Aug-07 0:59 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 1:07
Jelle De Vos20-Aug-07 1:07 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 1:15
sitebuilderLuc Pattyn20-Aug-07 1:15 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 1:45
sitebuilderLuc Pattyn20-Aug-07 1:45 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 1:55
Jelle De Vos20-Aug-07 1:55 
Question22" Monitor Recommendation Pin
martin_hughes18-Aug-07 9:30
martin_hughes18-Aug-07 9:30 
Questionmicrocontroller to use ? Pin
shaikhooo17-Aug-07 14:28
shaikhooo17-Aug-07 14:28 
AnswerRe: microcontroller to use ? Pin
Luc Pattyn17-Aug-07 14:42
sitebuilderLuc Pattyn17-Aug-07 14:42 
Aha, we meet again.

If you want to build an oscilloscope that takes analoge inputs through an
external peripheral, you will need a lot of technologies, including:
- microcontroller software
- analog electronics
- Windows driver
- Windows app

Probably the most important decision is on interfacing; how will your scope
present itself to Windows? i.e. where in "Device Manager" should your device
appear, will it mimic some other device (and piggy-back on its driver), or
will you have to develop your own driver (a major undertaking)?

And a second decision is how to solve real-time problems; whatever the
maximum frequency, resolution, number of channels, your microcontroller will
need a lot of memory, since you will not be able to sink all data to USB in
real-time.

Once you solved these issues, the actual choice of microcontroller is
not that important, pick any one you feel comfortable with; make sure you
get a built-in USB port and some library support for that.

Have you looked at commercially available solutions? They may inspire you.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


AnswerRe: microcontroller to use ? Pin
Alexander M.,19-Aug-07 8:16
Alexander M.,19-Aug-07 8:16 
GeneralRe: microcontroller to use ? Pin
Luc Pattyn19-Aug-07 8:48
sitebuilderLuc Pattyn19-Aug-07 8:48 
AnswerRe: microcontroller to use ? Pin
LittleYellowBird20-Aug-07 4:44
LittleYellowBird20-Aug-07 4:44 
QuestionLaCie Ethernet Disk [modified] Pin
t4ure4n13-Aug-07 23:21
t4ure4n13-Aug-07 23:21 
QuestionHow to send/receive data from/to an outside source Pin
High0ctane13-Aug-07 6:44
High0ctane13-Aug-07 6:44 
AnswerRe: How to send/receive data from/to an outside source Pin
Dan Neely13-Aug-07 7:07
Dan Neely13-Aug-07 7:07 
AnswerRe: How to send/receive data from/to an outside source Pin
Luc Pattyn13-Aug-07 7:17
sitebuilderLuc Pattyn13-Aug-07 7:17 
GeneralRe: How to send/receive data from/to an outside source Pin
High0ctane13-Aug-07 7:50
High0ctane13-Aug-07 7:50 
GeneralRe: How to send/receive data from/to an outside source Pin
Luc Pattyn13-Aug-07 7:57
sitebuilderLuc Pattyn13-Aug-07 7:57 
GeneralRe: How to send/receive data from/to an outside source Pin
High0ctane13-Aug-07 8:12
High0ctane13-Aug-07 8:12 
AnswerRe: How to send/receive data from/to an outside source Pin
Sebastian Schneider15-Aug-07 1:32
Sebastian Schneider15-Aug-07 1:32 
Questioncdrom Pin
klutez12310-Aug-07 17:06
klutez12310-Aug-07 17:06 
AnswerRe: cdrom Pin
Mohamad K. Ayyash10-Sep-07 1:58
Mohamad K. Ayyash10-Sep-07 1:58 
GeneralSerial Int Question [modified] Pin
NormDroid9-Aug-07 2:43
professionalNormDroid9-Aug-07 2:43 
GeneralRe: Serial Int Question Pin
LittleYellowBird9-Aug-07 3:11
LittleYellowBird9-Aug-07 3:11 
GeneralRe: Serial Int Question Pin
NormDroid9-Aug-07 3:56
professionalNormDroid9-Aug-07 3:56 
GeneralRe: Serial Int Question Pin
LittleYellowBird9-Aug-07 5:29
LittleYellowBird9-Aug-07 5:29 

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.