Shop OBEX P1 Docs P2 Docs Learn Events
Serial in C — Parallax Forums

Serial in C

tpsullytpsully Posts: 2
edited 2013-10-06 19:15 in Propeller 1
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

Comments

  • dgatelydgately Posts: 1,630
    edited 2013-10-06 17:47
    Take a look at the fdserial library, using fdserial.h... It's in the path: Simple Libraries/Text Devices/ Note: the simpletools library lives in /Simple Libraries/Utility just so you have an idea where to look.


    In the same directory as fdserial.h, you'l find the documentation: "Documentation fdserial Library.html" that you can open in any webrowser.

    dgately
  • tpsullytpsully Posts: 2
    edited 2013-10-06 19:15
    Seems simple enough. Worked fine. I should have dug more. Thanks!
Sign In or Register to comment.