Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Serial Com Close Always xBusy

ekmekci
2017-04-27
2017-05-09
  • ekmekci - 2017-04-27

    Hello,

    I am using SerialCom in raspberry pi.
    Working of serialcom is OK.
    Open port is OK.
    Writing port is OK.
    Reading port is OK.

    I can get data from my sensor, I can send data to my sensor.

    But,
    When i try to close port,
    I get xBussy warning always.

    I have if state with start variable.

    IF start TRUE THEN
    com.open execute is OK ( port is opening )
    com.write execute is OK ( i can send data to sensor )
    com.read execute is OK ( i can get data from sensor )
    ELSE
    com.close execute is not OK ( i always get close bussy warning )

    Could you please help me.

     
  • ekmekci - 2017-04-29

    Some one can help me please.
    When i unplug USB while raspberry pi is working.

    USB port cannot close.

    When i plug USB device again, ttyUSB0 can change ttyUSB1.
    So, i have to restart raspberry pi.

    I need help about it

     
  • eschwellinger

    eschwellinger - 2017-04-30

    Hi,

    hm.. would recommend to close the com port before removing the USB Serial...
    and /etc/udev/rules.d/serial-symlinks.rules you need to google for udev to prevent
    USB is getting differnt Interface numbers.

    BR
    Edwin

     
  • ekmekci - 2017-05-05

    Edwin Schwellinger hat geschrieben:
    Hi,
    hm.. would recommend to close the com port before removing the USB Serial...
    and /etc/udev/rules.d/serial-symlinks.rules you need to google for udev to prevent
    USB is getting differnt Interface numbers.
    BR
    Edwin

    Dear Edwin,

    I am trying to close the com port before removing the USB Serial.
    But as i said, i am getting xBusy error.

    I have already linked my usb devices.

    I dont understand why comport is not close when i say "close" to the port.

    you can see my serial links in attached files
    What i need to do

    IMG: 2.JPG

    IMG: 1.JPG

     
  • ekmekci - 2017-05-09

    I think no one have idea about it.

     

Log in to post a comment.