Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
serial-adapter-windows.c File Reference

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"
Include dependency graph for serial-adapter-windows.c:

Macros

#define _GNU_SOURCE
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

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.

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)