Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 01:28 AM
08-09-2001 01:28 AM
DDFA
The application expects
When I read from the device I get
How can I configure DDFA to stop filtering out the CR's? My application wont work without them!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2001 06:43 AM
08-09-2001 06:43 AM
Re: DDFA
And eightbit enabled ?
In /usr/examples/ddfa you have examples of these files with all options.
I hope it help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 03:08 AM
08-10-2001 03:08 AM
Re: DDFA
I am running DDFA in debug mode and I can see the data is received correctly and then changed to
I have also checked the termio output modes. These are set to zero in the original configuration.
I have tried changing the output modes but without any luck. I have got the debug trace to show
How can read not return
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 03:29 AM
08-10-2001 03:29 AM
Re: DDFA
I've found this.
The DTC configuration should contain the following entries:
DTC PARAMETERS VALUE USED
Attached Device US modem
Modem behavior Standard DCE
Escape from data transfer char CTRL K (^K)
Max number of sessions 5
Default destination IP address of remote host
Enable port Yes
Enable automatic connection Yes
Binary mode Yes
Switching allowed No
I know, with printers normaly you need to configure that LF is LF + CR because HP-UX doesn't send CR. maybe is something similar with this modem. If you put it in binary mode, OS can't make any king of translation ( I think ).
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 07:06 AM
08-10-2001 07:06 AM
Re: DDFA
I have discovered the problems is caused by the termio input mode ICRNL being set. I unset this and the CR's appeared!
I think this was inherited from the pty device that DDFA used to create its own device?
Do you now if its possible to change the pty device before its used?
The stty setting for normal telnet logins is set to icrnl, would changing the default cause othr problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2001 07:28 AM
08-10-2001 07:28 AM
Re: DDFA
A lot of time without working with serial devices.....
Look at this:
http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=54a4912a1a8100f926/screen=ckiDisplayDocument?docId=200000006401358
You can do stty sane for a "rasonable values".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 02:28 AM
08-13-2001 02:28 AM
Re: DDFA
Thanks for your information it helped me solve the problem.
The thing I found most confusing was that I needed to unset the ICRNL mode because this is an input mode rather than a output mode!
Regards
Chris