The Artima Developer Community
Sponsored Link

Java Answers Forum
Rs232 - Java comm api

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Catherine Ang

Posts: 1
Nickname: spang1207
Registered: Nov, 2002

Rs232 - Java comm api Posted: Nov 28, 2002 10:11 PM
Reply to this message Reply
Advertisement
Hi,

I am currently working on getting an ADC data from a circuit into the PC serial port. I am using the pins TD, CTS, DTR, RTS. Inside javax.comm.serialPort, there was event for controlling of signal for CTS, DTR, RTS. As for the TD pin, in the RS232 protocol, it was in the line control register where there was a pin named ' Set Break enable'. When active, this would set the TD line to go into "space" state which will cause a break in the UART. But, inside the java comm api, it seem like there was no such event. What should i do since my circuit used such a pin and i need to integrate it using java.

Can anyone advice me? I am currently rushing for a dateline and would really appreciate if anyone would advcie me! Thanks a lot!

Regards,

Topic: Decompiler inJAVA!!! Previous Topic   Next Topic Topic: testing a delimeter

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use