User profile: rpinsky

User info
User name:rpinsky
Name:Robert Pinsky
Location:Brea, CA
Bio:Software Engineer
Statistical data
Birthdate:Jun 15, 1962
Gender:Male
Occupation:Programmer
Skills:C++
Cobol
Pascal
ADA
Assembly
Java
APL
History
Joined:
Number of posts:8
Latest posts:

Need current time in milliseconds
Thanks for the help

Problem reading and writing to RS-232 Device
I am opening a /dev/ttyUSB0 device using fopen using mode "w+". I need to both read and write from ...

Serial terminal setup issues
I want to use a fstream to do serial I/O on an RS232 device. I need a File Descriptor and File poin...

Serial I/O in two different threads
I need to read from my rs-232 port in one thread and write in my other thread. I am using fopen, fg...

Need current time in milliseconds
I think I found gettimeofday which is simpler than clock_gettime. Hopefully it will give me what I ...