Serial in C
tpsully
Posts: 2
I am running the new C tools under SimpleIDE. Simple question: I include "simpletools.h" but it doesn't seem to know what fdser_start is.
I'm in the process of converting my Microcontroller class over to C from SPIN. I am just trying to get simple things running right now...like transmitting serial data. So, does anyone know what I am doing wrong? Is this function available? I made it work but not the way I thought I should.
Thanks
Tommy
I'm in the process of converting my Microcontroller class over to C from SPIN. I am just trying to get simple things running right now...like transmitting serial data. So, does anyone know what I am doing wrong? Is this function available? I made it work but not the way I thought I should.
Thanks
Tommy
Comments
In the same directory as fdserial.h, you'l find the documentation: "Documentation fdserial Library.html" that you can open in any webrowser.
dgately