Re: create an array of consecutive integers

2004-06-08 Thread Bob Donnell
If you define the array space outside of the loop, using the Initialize Array function, wired for the desired number of elements, then use the Replace Array Subset function to replace each element as you index through the array, it should initialize a lot faster, especially for a large array. As I

Re: Question about slow rs232 equipment

2004-04-24 Thread Bob Donnell
If the microcontroller doesn't have a stand-alone async serial port, it's necessary to bit-bang data in and out. When doing that there's no inherent buffering - the microcontroller has to be programmed to sample (and usually oversample) the incoming data stream to reconstruct the bits into a byte,

Re: How can I write bits through the COM1 serial port?

2004-02-06 Thread Bob Donnell
state you last write to the port. Hope that helps! Bob Donnell

Re: how can i convert .gif/.bmp/.jpeg file to labview code(vi)?

2004-02-03 Thread Bob Donnell
or wordprocessor applications - traditional OCR software. All this ins't to say it can't be done, but that it's difficult, and for the person or company that undertakes it, the sales potential is limited. Regards, Bob Donnell