digistump / DigiFi

DigiX WiFi Library for the WIFI232-G Module
23 stars 10 forks source link

Fixed FlowControl (Actually tested this time ;) #8

Closed AlinaNova21 closed 11 years ago

AlinaNova21 commented 11 years ago

Flowcontrol is working in this commit, I've actually tested it this time. (Oh, and thanks for the Selfsigned drivers, it now works for me on Win 8)

The USARTClass.* files go into cores/digix

wifi.setFlowControl(true) turns it on. (This does NOT call the AT command, it only tells the USARTClass to start setting the CTS pin, I may implement RTS later even though a majority of the time it isn't needed.)