- Jul 14, 2015
- 1
- 0
- 0
Hi all,
I am just writing a guide for a piece of hardware (pressure sensor). The data are processed as serial data by an Arduino nano and enter the PC via the USB port.
Now I am looking for a simple Windows software to read and save these data as CSV values. In Linux I use GTKTerm. There I can handle the USB port as an ordinary serial port (/dev/ttyUSB0). In Windows I thought of using Putty, but I found, that Putty can use only "real" serial ports (COM ports).
I don't want to use a "real" serial communication (RS232) as most Laptops nowadays dont have this ports anymore. What do you recommend?
Thanks a lot,
Richard
I am just writing a guide for a piece of hardware (pressure sensor). The data are processed as serial data by an Arduino nano and enter the PC via the USB port.
Now I am looking for a simple Windows software to read and save these data as CSV values. In Linux I use GTKTerm. There I can handle the USB port as an ordinary serial port (/dev/ttyUSB0). In Windows I thought of using Putty, but I found, that Putty can use only "real" serial ports (COM ports).
I don't want to use a "real" serial communication (RS232) as most Laptops nowadays dont have this ports anymore. What do you recommend?
Thanks a lot,
Richard