I have a PIC16F688 which I would like to communicate via RS-232 though a VB.NET program (not yet written).
This PIC has a hardware USART module that supports RS-232. I would like to take advantage of this module. Does GCBASIC have such a feature? I am assuming the serial communication currently used in GCBASIC is software-based RS-232, and doesn't utilize a module on the PIC?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a PIC16F688 which I would like to communicate via RS-232 though a VB.NET program (not yet written).
This PIC has a hardware USART module that supports RS-232. I would like to take advantage of this module. Does GCBASIC have such a feature? I am assuming the serial communication currently used in GCBASIC is software-based RS-232, and doesn't utilize a module on the PIC?
There is hardware usart code in the contributors section.
Cool! I guess I shouldn't just look at the help file, huh?
Thanks :)