Search:

Type: Posts; User: SwarfEye

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,572

    Key hit interupt?

    I'm programing this little user interface. I would like it to be able to receive and display data received on the serial port, and I would also like to have the user hit keys to various different...
  2. Thread: Crc16

    by SwarfEye
    Replies
    2
    Views
    6,863

    Crc16

    Hey!

    So, I'm chest deep in this project, and I've gotten into a bit of trouble.

    The project is basically a small network operating system that will manage the communcations between a bunch of...
  3. Replies
    13
    Views
    1,825

    Rocken! Thanks fellas. I'm up and...

    Rocken!

    Thanks fellas.

    I'm up and running!

    B
  4. Replies
    13
    Views
    1,825

    Ok, Read the faq. Always good advice. Looks...

    Ok,

    Read the faq. Always good advice. Looks to me as though what I am really looking for here is the curses.h library.

    My computer has got a curses.h file! I went online and got a little...
  5. Replies
    13
    Views
    1,825

    Thanks man, I'm working on the OSX command...

    Thanks man,

    I'm working on the OSX command line, so for all intents and purposes BSD.

    B
  6. Replies
    13
    Views
    1,825

    Picking up keyboard input

    Hey,

    So I've got this program that I'm writing that controls various things happening on screen. Nothing fancy, just an ascii interface of sorts.

    Anyway, I've been using the fgetc and fgets...
  7. Replies
    4
    Views
    26,842

    Thanks guys! I didn't know about the "isprint()"...

    Thanks guys! I didn't know about the "isprint()" function. That clears things up nicely!

    B
  8. Replies
    4
    Views
    26,842

    Print out a buffer

    So, I've got this buffer that I want to print out byte by byte. When the buffer contains a string, everthing works just fine, but then I want to encode the buffer, and print it out again. I don't...
  9. Replies
    2
    Views
    48,111

    Thanks Bro!!! That did the trick! As I am...

    Thanks Bro!!!

    That did the trick! As I am pretty new to all this... and more or less just hacking through this as best I can, I really didn't know that stuff. Now I do. Giddy up!

    B
  10. Replies
    4
    Views
    1,328

    This is a probelm that I faced just a couple days...

    This is a probelm that I faced just a couple days ago.

    I used sprintf to convert back to a string like this



    char *number;

    int i = 100;
  11. Replies
    2
    Views
    48,111

    Reading and writing to a serial port

    Hi!

    I'm new here, but I've spent the last couple hours searching your archives, and this llooks like a really terrific forum!!!!

    I am working on a project that has my computer communicating...
Results 1 to 11 of 11