Relative Content

Tag Archive for linux-device-driverembedded-linuxuartsocat

Virtual UART device in linux

I’m trying to implement a virtual UART using socat command for send and receive a string that is encrypted using XOR cipher on sending and decrpyted while receiving using c program.