• 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:

Cross-platform Comms

 
Ranch Hand
Posts: 301
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can any recommend a cross platform free serial comms api targetting windows/mac/linux ?

Thanks,
 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave,

I am not even really sure what that means. But if you are looking for a good cross-platform communication protocol have you looked at SOAP (aka, using web services). Both the Microsoft and Java platforms support web services and they are not that hard to use.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dave Brown:
Hi,

Can any recommend a cross platform free serial comms api targetting windows/mac/linux ?

Thanks,



The Java Communications API is the "official" API, but unfortunately the reference implementations are reputedly poor, and Sun doesn't ship a Mac or Linux version. But these guys support multiple platforms with a far nicer implementation.
 
What kind of corn soldier are you? And don't say "kernel" - that's only for 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