Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: amgen; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: HSEROUT of array of data with termination on a null

    on second thought, using longs, again requires an 18F device, you could just do one big loop......(up to 4,000,000 at a time) index is the long 32bit.
    then using index, get byte, send it, get next...
  2. Re: HSEROUT of array of data with termination on a null

    you could...... forget hserout, then you can make your data buffer bigger, use longs if your pic can do it.... 18f's, then write data to ram or program mem location that can store more than 256...
Results 1 to 2 of 2