gnupic: Re: [gnupic] Interfacing with linux over rs-232


Previous by date: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] [ANN] Pikme PIC Bootloader (for 16F819 etc), Frank Sergeant
Next by date: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] [ANN] Pikme PIC Bootloader (for 16F819 etc), Frank Sergeant
Previous in thread:
Next in thread: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] Interfacing with linux over rs-232, Iain Duncan

Subject: Re: [gnupic] Interfacing with linux over rs-232
From: "Mark Rages" ####@####.####
Date: 25 Jul 2006 22:15:57 +0100
Message-Id: <74ee72ca0607251415g17158eccra64267bc5a472ff5@mail.gmail.com>

On 7/25/06, Iain Duncan ####@####.#### wrote:
> Wondering if anyone can point me to any decent tutorials or examples,
> especially with 18fs. Specifically I'm not sure what to do on the PC end
> for debugging as all the examples I'm finding use windows apps or
> hyperterminal.
>
> Thanks
> iain
>

I usually use PySerial (pyserial.sourceforge.net) for serial
interfacing software.  It's really easy to write a program to talk to
the serial port.  I'll post an example if you'd like.

For simple debugging you can find a terminal emulator or just read and
write the serial port device file:  Open two xterms.  In one xterm,
run "cat < /dev/ttyS0" and in the other run "cat > /dev/ttyS0".  The
first terminal will show serial output, and the second one will take
input from the keyboard and send it to the serial port.  Default speed
is 9600 baud on the computers I've worked with.

Regards,
Mark
markrages@gmail
-- 
You think that it is a secret, but it never has been one.
  - fortune cookie

Previous by date: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] [ANN] Pikme PIC Bootloader (for 16F819 etc), Frank Sergeant
Next by date: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] [ANN] Pikme PIC Bootloader (for 16F819 etc), Frank Sergeant
Previous in thread:
Next in thread: 25 Jul 2006 22:15:57 +0100 Re: [gnupic] Interfacing with linux over rs-232, Iain Duncan


Powered by ezmlm-browse 0.20.