Search Results

Search: Posts Made By: zacharoni16
Forum: Programming 09-25-2011
3,554
Posted By zacharoni16
You need to take advantage of the complete...
You need to take advantage of the complete definition of the main function declarion:

main() // this wont work for your application

int main(int argc, char *argv[]); // this is what you need
...
Forum: Programming 09-24-2011
5,358
Posted By zacharoni16
Sharing a serial port among multiple processes
I am creating a Daemon in Unix that will have exclusive access to a serial port "/dev/tty01". I am planning to create a Master - Slave process paradigm where there is one master (the daemon) and ...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy