gnupic@linuxhacker.org
gnupic@linuxhacker.org
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