Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
This is the windows variant of the serial adapter, that has a reduced functionality in comparison to the posix one. More...
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <windows.h>
#include "ca821x-posix/ca821x-posix-evbme.h"
#include "ca821x-posix/ca821x-posix.h"
#include "evbme_messages.h"
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | main (int argc, char *argv[]) |
This is the windows variant of the serial adapter, that has a reduced functionality in comparison to the posix one.
This is only intended for use with human-readable data, whereas the posix variant works with binary data also.
#define _GNU_SOURCE |
int main | ( | int | argc, |
char * | argv[] | ||
) |