Originally posted by: SystemAdmin
hi,
I'm trying to write a Java serial program to communicate with a modem in AIX 5.2 (System Model IBM,7028-6E4)
The modem's baud rate setting is 115200 while the maximum baudrate supported by the AIX 5.2 is 38400 (Not sure if it's true or not but the list that i'd retrieved during smitty tty is only up to 38400).
But when i try to change the file /etc/uucp/Devices by uncoment the line
Direct tty0 - Any direct
Then i use the command
cu -m -s115200 -ltty0, it successfully connected to the modem.
Here's the problem, i'm writing the java serial program with the provided IBM Java COMM API. It seems like the API can't support baudrate which is higher than 38400.
Any idea? thanks
#AIX-Forum