Recent content by TONYMORAGA

  1. T

    net01 lost setup

    Hi I ve bought a net01. I ve the following problem. When I powered down the card it lost the configuration settings, and I have to download the settings again. Each time I powered down the card it display "Set up .........." . Tell me how can I fix this problem. Best regards. Tony.
  2. T

    SREOUT PROBLEMS

    Hi, I've been trying to get serial communications to a desktop pc. This is the code I'm using (copied and pasted) main: serout 1,N4800,("Hello") ' Send the word ‘Hello’ serout 1,N4800,(10,13) ' Send the ‘new line’ instructions. pause 1000 ' Wait one second goto...
  3. T

    serout problems

    Hi, I've been trying to get serial communications to a desktop pc. This is the code I'm using (copied and pasted) main: serout 1,N4800,("Hello") ' Send the word ‘Hello’ serout 1,N4800,(10,13) ' Send the ‘new line’ instructions. pause 1000 ' Wait one second goto...
  4. T

    serin timeout ?

    HAS THE SERIN ANY TIMEOUT. WHICH IS THE SOLUTION IF DATA NEVER COMES IN A SERIN COMMAND ?
Top