I'm mucking around with python and pyserial, and was looking for examples ( 'cos I'm not very good) From http://pyserial.sourceforge.net/ I keep getting timeouts at this link http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyserial/pyserial/examples/ for the last couple of days Can any/someone try the link please. I just want to talk to a 8051, with something a bit smarter than a terminal Ta muchly martin

Pyserial access probs
Started by ●October 27, 2006
Reply by ●October 27, 20062006-10-27
On 2006-10-27, martin griffith <mart_in_medina@yahoo.esXXX> wrote:> I'm mucking around with python and pyserial, and was looking for > examples ( 'cos I'm not very good) > > From http://pyserial.sourceforge.net/ > I keep getting timeouts at this link > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyserial/pyserial/examples/I think SF rearranged their CVS stuff a while back. I've noticed there area lot of broken links to SF cvs repositories on various web pages.> for the last couple of days > > Can any/someone try the link please.try this: http://pyserial.cvs.sourceforge.net/pyserial/pyserial/ -- Grant Edwards grante Yow! ... I don't like at FRANK SINATRA or his visi.com CHILDREN.
Reply by ●October 28, 20062006-10-28
On Fri, 27 Oct 2006 13:53:48 -0000, in comp.arch.embedded Grant Edwards <grante@visi.com> wrote:>On 2006-10-27, martin griffith <mart_in_medina@yahoo.esXXX> wrote: >> I'm mucking around with python and pyserial, and was looking for >> examples ( 'cos I'm not very good) >> >> From http://pyserial.sourceforge.net/ >> I keep getting timeouts at this link >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyserial/pyserial/examples/ > >I think SF rearranged their CVS stuff a while back. I've >noticed there area lot of broken links to SF cvs repositories >on various web pages. > >> for the last couple of days >> >> Can any/someone try the link please. > >try this: > >http://pyserial.cvs.sourceforge.net/pyserial/pyserial/Thanks Grant :-) martin
