Displaying 2 results from an estimated 2 matches for "some_filenam".
Did you mean:
some_filename
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a
serial port, but only by using the pure Ruby version, using Guilliame
Pierronnet''s Ruby/SerialPort library. It turned out to be simpler
than I thought it would be:
require ''serialport''
$eventmachine_library = :pure_ruby
require ''eventmachine''
module EventMachine
class
2019 May 24
2
Debug C32 Module
Hello,
we have wrote a own C32 module, loaded with "DEFAULT mod.c32"
But sometime the module mod.32 are not loaded & started.
How we can debug this ?
Or give some debug output.
In the main of the module there is a printf, but the text are not shown at booting.
Thanks
Johann