![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Communication over firewall | ajnabi | Security | 5 | 09-02-2008 12:40 PM |
| Using non standard baudrate 28800 with rs232 | palexo | High Level Programming | 4 | 02-10-2007 06:10 PM |
| rs232 pci-card | pressy | SUN Solaris | 1 | 11-06-2004 08:02 PM |
| How to read the CTS and DSR of RS232 in Unix using C language? | Swing5 | High Level Programming | 1 | 12-05-2003 12:03 AM |
| VNC via Rs232 | joerg | UNIX for Advanced & Expert Users | 2 | 08-14-2002 02:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help for RS232 communication with switches in order to optimise the data traffic. How to manipulate different flags in termios struct to do the same?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I'm not sure what you're looking for here. RS232 is just a stream of serial characters. Use the fastest baud rate that works, don't use two stop bits, and don't use any delays. After that you might experiment with 7 bit characters if you are sending just ascii. There is not much to optimize with rs-232...
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|