Navigation

    IO Ninja IO Ninja Forum
    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Mohammad
    M

    Mohammad

    @Mohammad

    0
    Reputation
    7
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Mohammad Follow

    Best posts made by Mohammad

    This user hasn't posted anything yet.

    Latest posts made by Mohammad

    RE: Sample Request for changing session properties within script

    @vladimir Thank you very much for adding such a useful capability to the IAS. Eagerly waiting for it.

    posted in General Discussion •
    Sample Request for changing session properties within script

    Hi,
    Changing the session properties on the fly is very important in debugging systems especially hardware; for example, in a serial session, being able to change baud rate dynamically in the script is very useful e.g you don't know the target system's baud rate and you want to sweep all the possible baud rates; or as another example, as a common practice, you multiplex one serial port to two; one is high speed and the other is low speed; so you want to switch to different rates on the fly.
    Does anyone has any idea how to do this in script?

    posted in General Discussion •
    RE: Reading Values of Properties of Serial Port in Script

    For example, can you please provide an example how to read the status of RTS/CTS for example from the script either in main() or onLogRecord?

    posted in General Discussion •
    RE: Reading Values of Properties of Serial Port in Script

    Well, in building test benches, keeping an eye on things like total bytes, throughput and status of lines like DSR/DTR and even RTS and CTS (when they are used as IO) is important. Although I don't need information like CRC things, but I assume for other use cases accessing that can be useful.

    posted in General Discussion •
    Reading Values of Properties of Serial Port in Script

    Hi.
    Is there a possibility that we can be able to read the values of properties in the script? For example, if you have a serial session, I would like to be able to read, say "RX total bytes"; even if I be able to read this on a "onLogRecord" event, it would be fine.
    Thanks in advance for your time.

    posted in General Discussion •
    RE: A script pane belonging to all sessions

    I see; thanks a lot for the complete answer.

    posted in General Discussion •
    A script pane belonging to all sessions

    I would like to be able to have two or three different sessions and write only one script to deal with all sessions at the same time; for example, on one script I would like to have onLogRecord event for each and every session.
    This feature is very useful in building testing devices/software with multiple sockets/communication channels.
    Does IO Ninja have this capability?

    posted in General Discussion •