screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnu screen: Sending 0xF0, 0xF1 to device


From: Victor Ng
Subject: Gnu screen: Sending 0xF0, 0xF1 to device
Date: Mon, 30 Mar 2015 15:01:45 -0700

I am trying communicate to my mbed microcontroller via GNU screen. I've successfully uploaded my application to my microcontroller and I would like to communicate with my device via GNU screen.

The author of this application requires me to send special characters like 0xF0, 0xF1, .. to my device. Preferably, I would like to be able to do this inside GNU screen.

I understand that I can use echo -e '\xC0' > /dev/tty.usbmodem1453 to send data to my device but that is really not what I am trying to do because I would also like to read the output from my device. I can write a python script to send data to my device and read outputs from my device but I would rather not re-invent the wheel.

My question is, how can I send these special characters WITHIN GNU screen?


Code can be found here: http://developer.mbed.org/users/flatcat/code/ramanSpectrometer_controlBoard/file/14942e263231/main.cpp

Thanks!

--
Regards,

Victor


reply via email to

[Prev in Thread] Current Thread [Next in Thread]