• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

LINUX SERIAL PORT

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have already done a java code using COMM API to Dial the other system using modem
and transfered the file across the other end (windows based) COM ports
I need to develop the same in Linux.
1. I use internal modem so its uses /dev/modem which is linked to /dev/ttyHSF0
2. wat i did is linked modem to ttyS2 (ln -s ttyS2 modem)
3. and used ttyS2 to dial.
4. It worked fine but wat happened was during the next time of dialing it gets stuck.
And the modem doesnt respond.
5.I need to know whether its bcoz of IRQ's shared or some other probs?
Can anybody help me pls and let me know how to find a solution to this?
Or Mail at [email protected]
regards
Smitha
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic