Hi All,

Has anyone played with the ALFAT USB Module for GHI Electronics?, I use to used the ULFAT before and is was quite easy to set up, I used the Code below to set it up

I am looking for any Code Examples on the ALFAT to work via the UART, I see I don't require any MAX3232 and can connect the device straight to the PIC. I am a little unsure of what I must do with CTS and RTS?. I see I can connect CTS to 0V, I assume RTS goes high wants the ALFAT Device sends data to the PIC?. Any help would be greatly appreciated..;-)

SEROUT PORTC.2, T9600, ["R",13]
pause 500
SEROUT PORTC.2, T9600, ["I",13]
pause 500
SEROUT PORTC.2, T9600, ["I",13]
pause 500
SEROUT PORTC.2, T9600, ["I",13]
pause 500
SEROUT PORTC.2, T9600, ["M IMPRO",13]
pause 500
SEROUT PORTC.2, T9600, ["A IMPRO",13]
PAUSE 500
SEROUT PORTC.2, T9600, ["A",13]
PAUSE 500
SEROUT PORTC.2, T9600, ["O 2W>CORR.TXT",13]
pause 500
SEROUT PORTC.2, T9600, ["L",13]
PAUSE 500
SEROUT PORTC.2, T9600, ["W 2>8",13]
pause 500
SEROUT PORTC.2, T9600, ["SER001:,",13]
pause 500
SEROUT PORTC.2, T9600, ["F 2",13]
PAUSE 500
SEROUT PORTC.2, T9600, ["L",13]
PAUSE 1000