gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: advice on using usart module with gpsim?
From: Brad Parker
Date: Wed, 01 Oct 2003 19:03:52 -0400


Anyone have any advice on using the usart module with gpsim?

I just want to see my serial output :-)

I've been using this with no joy so far...

     module library libgpsim_modules.so
     module load usart uart
     node tx rx
     attach rx portc6 uart.RX
     attach tx portc7 uart.TX
     module set uart txbaud 9600
     module set uart rxbaud 9600

(I'm about to start hacking but I thought I'd ask first)

-brad

gnupic@linuxhacker.org