• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is it feasible to do Serial Port Reading with Struts?

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good day!

I have struggling with this problem for weeks now and eventually, I have successfully done Serial Port reading using a Servlet. The data being read from the port is being shown in the console. However, I want to implement it using Struts so that I can show it on a web page. Is it feasible to do Serial Port Reading with Struts framework or should I divert it and just try to show the output in a JSP Page?

I am using Eclipse, Tomcat 5.5.23 and Windows. I have read something that says Serial Port reading is okay in Sun Solaris, and Linux but very little says about using it on Windows. Should I continue with what I am doing? Or am I trying to do the impossible?

Thanks.
[ October 07, 2007: Message edited by: Darren Alexandria ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic