Author Topic: is rubygem digiterm is working with the echo example ?  (Read 2740 times)

acapola

  • Newbie
  • *
  • Posts: 1
is rubygem digiterm is working with the echo example ?
« on: February 01, 2015, 05:49:36 am »
I have downloaded and run DigistumpArduinoInstall1.5.8C.exe

The IDE is working and I have been able to download various examples. I wanted to try DigisparkUSB->echo, it works well with the monitor.exe program, but I am stuck with trying to use it with the digiterm ruby app:

Code: [Select]
C:\Users\sebastien\Downloads>digiterm
Looking for Digispark running DigiUSB...
Attached to <Digispark:DigiUSB:@1.14>
Type control + c to exit
WC:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/digiusb-1.0.5/bin/digiterm:56:in `read_nonblock': Bad file descriptor @ rb_io_set_nonblock - con$ (Errno::EBADF)
        from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/digiusb-1.0.5/bin/digiterm:56:in `block in <top (required)>'
        from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/digiusb-1.0.5/bin/digiterm:43:in `loop'
        from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/digiusb-1.0.5/bin/digiterm:43:in `<top (required)>'
        from C:/Ruby21-x64/bin/digiterm:23:in `load'
        from C:/Ruby21-x64/bin/digiterm:23:in `<main>'