Click here to Skip to main content
16,014,471 members
Home / Discussions / C#
   

C#

 
AnswerRe: flashy string :) Pin
OriginalGriff5-Aug-09 23:14
mveOriginalGriff5-Aug-09 23:14 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:33
_Q12_6-Aug-09 0:33 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 0:38
_Q12_6-Aug-09 0:38 
GeneralRe: flashy string :) [modified] Pin
_Q12_6-Aug-09 0:44
_Q12_6-Aug-09 0:44 
GeneralRe: flashy string :) Pin
Luc Pattyn6-Aug-09 1:23
sitebuilderLuc Pattyn6-Aug-09 1:23 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 1:25
mveOriginalGriff6-Aug-09 1:25 
GeneralRe: flashy string :) Pin
_Q12_6-Aug-09 8:11
_Q12_6-Aug-09 8:11 
GeneralRe: flashy string :) Pin
OriginalGriff6-Aug-09 8:50
mveOriginalGriff6-Aug-09 8:50 
Glad to hear it works!

I'm not a hardware engineer - but I have worked with H/W designers for long enough to have a good idea what they are talking about, so here goes:

Running a large number of LEDs is going to be a problem. Several in fact:

1) Each LED consumes power, and the serial port is not going to give you too much of that! That is one of the reasons USB was designed - it provides 500mA, loads more than RS232. You will need external power very soon, or you will risk damaging your PC. Each LED consumes from 20mA on up, so just 25 is the limit for USB!
2) A 74159 is not realy going to work: it uses four inputs to drive one of 16 outputs. If you want to drive lots of outputs, why not look at putting a PIC or similar in there, and interfacing it to the serial port as a serial port? You can then provide the external power from a main adapter or battery, and do what you like with the LEDs. You would also get an introduction to the wonderful world of microcontrollers! And probably, assembler, though C is available for PICs. It is a lot more flexible that way!
3) You would need to look at MAX232 or similar chip to do the +12/-12V RS232 to +5V logic of ICs whatever you use, or the ICs are all going to die very quickly...

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

GeneralRe: flashy string :) ... now a matrix of leds :) Pin
_Q12_6-Aug-09 14:00
_Q12_6-Aug-09 14:00 
GeneralRe: flashy string :) ... now a matrix of leds :) Pin
OriginalGriff6-Aug-09 21:19
mveOriginalGriff6-Aug-09 21:19 
QuestionAdd text file contents to a listview Pin
iNutR5-Aug-09 21:14
iNutR5-Aug-09 21:14 
AnswerRe: Add text file contents to a listview Pin
musefan5-Aug-09 21:59
musefan5-Aug-09 21:59 
QuestionStore multiple checkbox values in a single field in database Pin
elci5-Aug-09 20:54
elci5-Aug-09 20:54 
AnswerRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 21:04
professionalMycroft Holmes5-Aug-09 21:04 
GeneralRe: Store multiple checkbox values in a single field in database Pin
elci5-Aug-09 21:05
elci5-Aug-09 21:05 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 21:12
professionalMycroft Holmes5-Aug-09 21:12 
GeneralRe: Store multiple checkbox values in a single field in database Pin
JollyMansArt5-Aug-09 21:17
JollyMansArt5-Aug-09 21:17 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Pete O'Hanlon5-Aug-09 22:44
mvePete O'Hanlon5-Aug-09 22:44 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 23:19
professionalMycroft Holmes5-Aug-09 23:19 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Pete O'Hanlon6-Aug-09 0:28
mvePete O'Hanlon6-Aug-09 0:28 
AnswerRe: Store multiple checkbox values in a single field in database Pin
JollyMansArt5-Aug-09 21:14
JollyMansArt5-Aug-09 21:14 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Greg Chelstowski5-Aug-09 21:19
Greg Chelstowski5-Aug-09 21:19 
GeneralRe: Store multiple checkbox values in a single field in database Pin
JollyMansArt5-Aug-09 21:23
JollyMansArt5-Aug-09 21:23 
GeneralRe: Store multiple checkbox values in a single field in database Pin
Mycroft Holmes5-Aug-09 21:20
professionalMycroft Holmes5-Aug-09 21:20 
AnswerRe: Store multiple checkbox values in a single field in database Pin
Greg Chelstowski5-Aug-09 21:18
Greg Chelstowski5-Aug-09 21:18 

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.