Accessing and sending text files over serial
hi,
i working on driving oled display, , able read in , send data text file on serial line (actually, p1 pbm file ascii encoded). 1 option load pc, flash of arduino or (even better), send serially using console (or other software).
does have ideas?
thanks,
rich
i working on driving oled display, , able read in , send data text file on serial line (actually, p1 pbm file ascii encoded). 1 option load pc, flash of arduino or (even better), send serially using console (or other software).
does have ideas?
thanks,
rich
sending serially easy. processing can open files, , contents can streamed serial port.
the arduino can read serial port.
typically, though, bitmap files large. whole file need in memory on arduino. intend file once it's on arduino?
the arduino can read serial port.
typically, though, bitmap files large. whole file need in memory on arduino. intend file once it's on arduino?
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Accessing and sending text files over serial
arduino
Comments
Post a Comment