Click here to Skip to main content
15,910,981 members

Comments by Member 2113297 (Top 4 by date)

Member 2113297 5-Dec-13 21:27pm View    
VERY GOOD...works...just what i was looking for....nice and easy! Thanks,
Bert
Member 2113297 5-Dec-13 21:18pm View    
I may want to adjust to 100ms...
Member 2113297 5-Dec-13 21:18pm View    
Where do you get the "Thread" var to use with Thread.Sleep?
Member 2113297 12-Nov-13 22:14pm View    
Well I tried this:

byte[] readBuffer = System.IO.File.ReadAllBytes(fileFontPick);

i was loading a .bmp file...wanted to get each byte of data...

it read in all the data...in byte format

then...used the write method, to write a file back with a ll the data...that worked.

I guess the question is, is there something special about reading individula bytes out the way i show, and how your suggestion would do it?

I need to read out the sequence of bytes in the file, and send them out a port...that is my objective.

Thanks