Giter Site home page Giter Site logo

xoscillo's People

xoscillo's Issues

unhandled exception

What steps will reproduce the problem?
After making a "new arduino" I clicked clone (I clicked it because there was no 
graph, the program doesnt seem to work) and it poped out this message:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an 
object.
   at XOscillo.DataBlock..ctor(DataBlock db)
   at XOscillo.GraphControl.GetScopeData()
   at XOscillo.VizArduino.GetDataBlock()
   at XOscillo.VizBuffer.CopyFrom(VizForm vf)
   at XOscillo.VizForm.Clone()
   at XOscillo.VizArduino.clone_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XOscillo
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/stbn/Mis%20documentos/Descargas/XOscillo_20110302v5/XOscillo.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 4:35

The 'BYTE' keyword is no longer supported.

What steps will reproduce the problem?
1. Download Zip
2. Open ArduinoOscillo.pde in Arduino 1.0
3. Upload!

What is the expected output? What do you see instead?
Upload expected!

Seen:
 The 'BYTE' keyword is no longer supported.

What version of the product are you using? On what operating system?
Arduino 1.0 on Win7 Ult.

Please provide any additional information below.

ArduinoOscillo.cpp: In function 'void ProcessSerialCommand(byte)':
ArduinoOscillo.pde:-1: error: 'BYTE' was not declared in this scope

As of Arduino 1.0, the 'BYTE' keyword is no longer supported.
Please use Serial.write() instead.

Original issue reported on code.google.com by [email protected] on 24 Feb 2012 at 7:11

XOscillo.exe doesn't seems to do anyting

What steps will reproduce the problem?
1. Flash a Arduino Duemilanove Atmega328 with the following command
  - ./avrdude -c stk500 -p m328p -b 57600 -P /dev/ttyUSB1 -U flash:w:/home/pds/Desktop/XOscillo_20101410v4/arduinooscillo.cpp.hex -C ./avrdude.conf

2. Run the XOscillo.exe with mono:
   - mono XOscillo.exe

3. In XOscillo.exe go to "File -> New Arduino" on the XOscillo.exe

What is the expected output? What do you see instead?
It detects the Arduino, but nothing happens

What version of the product are you using? On what operating system?
I am running XOscillo_20101410v4.zip on Ubuntu 10.10 with package 
"mono-complete", version 2.6.7-3ubuntu1 installed.

Please provide any additional information below.
Also tried in Windows XP and the behaviour was the same.
If I try some of the buttons/menus the application simply crash, i.e. any of 
the "Decode" items in the "Tools" menu

Original issue reported on code.google.com by [email protected] on 3 Nov 2010 at 10:45

Request: Dangerous Prototyles OBLS support (SUMP)

Please support SUMP. SUMP is a very common LA client base. the OBLS is a cheap 
(50$ cheap not hardware cheap) LA with GREAT stats; meets or exceeds alot of 
top of the line hobbiest LA's. Dangerous Prototypes is the same LLC that 
created the bus pirate (the bus pirate itself also has an LA in it; which is 
sump but its slow)

That would be great.

Again; as wiht the bus pirate o--scope mode; I am willing to help test and help 
program the functionality with you.

let me know.

Original issue reported on code.google.com by BrentBXR on 12 Dec 2011 at 1:14

Virtual COM port exchange problem

What steps will reproduce the problem?
1. Install latest Arduino USB drivers
2. Flash Leonardo
3. Run Xoscillo
4. Try to connect

What is the expected output? What do you see instead?
Connect to arduino board is expected, but timeout every time occurred.

What version of the product are you using? On what operating system?
OS Windows XP, 7 (x32), build from latest source clone.

Please provide any additional information below.
You need to add DTR raising always for resolve this problem. I've tested it.

Thanks for great work! I'm going to try use it together with STM32 board.



Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 9:31

If you start and stop processing a few times, eventually the windows hangs

What steps will reproduce the problem?
If you start and stop processing a few times, eventually the windows hangs

What is the expected output? What do you see instead?
Not hang

What version of the product are you using? On what operating system?
Latest, not versioned

Please provide any additional information below.

Acquirer.Provider is in a double nested loop and can't get out when you ask it 
to.

At the top of the inner loop add this...

if (m_ring.IsStopped())
  break;

Original issue reported on code.google.com by [email protected] on 27 Mar 2013 at 3:56

Add option to skip auto COM port search for Arduino

I have several dozens of COM ports installed by various Bluetooth adapters and 
devices, and scanning for a correct one (which is COM26) takes a lot of time 
and makes program unresponsive for this period.

Original issue reported on code.google.com by [email protected] on 25 Nov 2013 at 7:44

Oscilloscope startup command ends in ABORT with debug from GDB and SIGSEGV while executing native code

What steps will reproduce the problem?
1. @raspberrypi ~ $ mono XOscillo.exe
2.
3.

What is the expected output? What do you see instead?
The following traceback:
Native stacktrace:


Debug info from gdb:

Cannot access memory at address 0x0
Cannot access memory at address 0x0
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0x40949460 (LWP 5357)]
0x400fb7d0 in read () from /lib/arm-linux-gnueabihf/libpthread.so.0
  Id   Target Id         Frame
  2    Thread 0x40949460 (LWP 5357) "mono" 0x400fa700 in sem_wait@@GLIBC_2.4 () from /lib/arm-

linux-gnueabihf/libpthread.so.0
* 1    Thread 0x4002c000 (LWP 5356) "mono" 0x400fb7d0 in read () from 
/lib/arm-linux-

gnueabihf/libpthread.so.0

Thread 2 (Thread 0x40949460 (LWP 5357)):
#0  0x400fa700 in sem_wait@@GLIBC_2.4 () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#1  0x00195a40 in mono_sem_wait ()
#2  0x000ea384 in ?? ()
#3  0x000ea384 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x4002c000 (LWP 5356)):
#0  0x400fb7d0 in read () from /lib/arm-linux-gnueabihf/libpthread.so.0
#1  0x400fb044 in __pthread_enable_asynccancel () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#2  0x00096e60 in ?? ()
#3  0x00096e60 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Aborted

What version of the product are you using? On what operating system?


Please provide any additional information below.
Running Windows executable on Raspberry Pi with Debian Linux OS
Using Xming on Windows 7
XOscillo_20111215v7
Using Arduino Leonardo (board rev 3)
The .ino file loads into Arduino without error. Using your latest .ino file 
posted here.

Original issue reported on code.google.com by [email protected] on 6 Jan 2013 at 4:33

Program Keeps Crashing

What steps will reproduce the problem?
1. Run the xoscillo exe.
2. select new arduino
3. wait approx. 30 seconds, then it crashes, 

What is the expected output? What do you see instead?
None

What version of the product are you using? On what operating system?
downloaded the files today
Windows 7 x64

Please provide any additional information below.
when the program crashes her is the result of the "program has stopped 
responding window:

Description:
  Stopped working

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: xoscillo.exe
  Problem Signature 02: 1.0.0.0
  Problem Signature 03: 4ca72584
  Problem Signature 04: System
  Problem Signature 05: 2.0.0.0
  Problem Signature 06: 4a275e12
  Problem Signature 07: 3c55
  Problem Signature 08: b3
  Problem Signature 09: System.TimeoutException
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:    1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy 
statement offline:
  C:\Windows\system32\en-US\erofflps.txt


Original issue reported on code.google.com by [email protected] on 6 Oct 2010 at 5:42

toolStripButton2

What steps will reproduce the problem?
Click the toolStripButton2

When you click it, the program freezes

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 10:23

xoscillo doesn't start in Ubuntu 11.04

What steps will reproduce the problem?
1. In terminal: mono XOscillo.exe 

What is the expected output? What do you see instead?
** (XOscillo.exe:30078): WARNING **: The following assembly referenced from 
/home/nes/Загрузки/XOscillo_20110619v6/XOscillo.exe could not be loaded:
     Assembly:   System.Windows.Forms    (assemblyref_index=0)
     Version:    2.0.0.0
     Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the 
MONO_PATH environment variable, or in the location of the executing assembly 
(/home/nes/Загрузки/XOscillo_20110619v6/).


** (XOscillo.exe:30078): WARNING **: Could not load file or assembly 
'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089' or one of its dependencies.

** (XOscillo.exe:30078): WARNING **: Missing method EnableVisualStyles in 
assembly /home/nes/Загрузки/XOscillo_20110619v6/XOscillo.exe, type 
System.Windows.Forms.Application

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or 
assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089'



What version of the product are you using? On what operating system?
version: 20110619v6
OS: Ubuntu 11.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Jun 2011 at 11:06

Some documentation on usage needed.

I've looked at the soft, and I think it is very good and useful, but I do not 
know what all these controls are about. What does trigger field specify, what 
is time(ms) field, and what is a no-named field with 0.0002 selected by 
default? What are the 2 channels and how can I stuff data into them from my 
arduino? 

Frequent users of ordinary oscilloscopes probably know all these things, but 
since the project also aims at arduino developers (who like me might not be 
introduced to signal analysis) it would be good to have some manuals on that 
things do what.

Original issue reported on code.google.com by [email protected] on 7 Dec 2013 at 11:49

Request: Bus Pirate support

The Bus Pirate has a continous ADC mode sent as 16bits over a serial port. 
Would you consider adding support for it?

There's already an example python script and some documentation:
http://dangerousprototypes.com/docs/Bus_Pirate:_Python_Oscilloscope
http://dangerousprototypes.com/docs/Bitbang#00010101_-_Continuous_voltage_probe_
measurement

Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 1:21

Arduino Leonardo incompatibility?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Getting the "Waiting for trigger", but the rest of the screen is black, no gray 
or red lines.

What version of the product are you using? On what operating system?
Using latest version on Windows 7 64bit

Please provide any additional information below.
Works great on Nano v3.0 on same computer. Could it be Leonardo's lack of ftdi?

Original issue reported on code.google.com by [email protected] on 6 Jan 2014 at 7:42

arduino, linux (mono) serial other then /dev/ttySX

hi,

with XOscillo_20111215v7.zip i am unable to use "/dev/ttyACM0" (usb serial). 
when entering it into the path combo box it results in:
"System.IndexOutOfRangeException: Array index is out of range".

after symlinking /dev/ttyS4 -> /dev/ttyACM0 everything works fine.

seems like you are not allowed to provide a value other than ones given in the 
dropdown (combobox) which only finds /dev/ttyS* on my system.

thx

Original issue reported on code.google.com by [email protected] on 25 Dec 2011 at 8:53

Attachments:

upper and lower end of graph

What steps will reproduce the problem?
1. Pulling A0 to ground or to 5V the graph will no longer be visible.

What is the expected output? What do you see instead?
I would like it if the upper end of the scale isn't equlal to the upper end if 
the window.


What version of the product are you using? On what operating system?
XOscillo_20130802v8 - Win7

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 7:07

Time Scale off by .5T For Arduino Analog

What steps will reproduce the problem?
1. Generate 100mhz PWM Signal from any source
2. Open XOscillo-> File-> New Analog Arduino
3. Time Scale: .002 // Ch0 // trigger: 120(whatever) // time(ms) 10

What is the expected output? What do you see instead?
Highlight from start peak to next start peak. One cycle. 
Expected DeltaTime=appx 10ms
Actual DeltaTime= appx 5ms

What version of the product are you using? On what operating system?
-XOscillo_20130515v9
-Windows7x64
-Arduino Duemillanova

Please provide any additional information below.

The time scale seems to be off by a factor of .5. 


Thanks! Hope this helps and is something easy to resolve.

also, I can't seem to get the Digital to work. Does it work with 3.3v digital?

Original issue reported on code.google.com by [email protected] on 20 Feb 2014 at 3:04

Attachments:

The horizontal time scale on the graphic seems to be one half of the real time scale.

What steps will reproduce the problem?
1. Start Xoscillo and select New Analog Arduino
2. Connect a sinusoidal signal generated from a signal generator equipment to 
analog port 0. The sinusoidal signal has dc offset so that the signal is in the 
correct range of the Arduino (0 to 5V in my case).
3. The Period of the signal on the graph(measured using the cursor or the 
horizontal scale on the graph) is one half of the real input signal.

What is the expected output? What do you see instead?
For example when the signal has 10 ms Period, the graph shows a signal with 5 
ms Period. Also in the FFT the frequency of the peak is not correct and the 
cursor values and horizontal scale do not agree. The input signal was measured 
with another oscilloscope for confirmation of the problem.  

What version of the product are you using? On what operating system?
The name of download: XOscillo_20130515v9.rar. 
Installed on Windows 7.

Please provide any additional information below.
Great application for the arduino. I think there is this small problem, once 
corrected it should become even better.

Original issue reported on code.google.com by [email protected] on 18 Feb 2014 at 5:19

Using Arduino 2009

What steps will reproduce the problem?
1. Using Arduino 2009 with atmega 328

What is the expected output? What do you see instead?
I can't upload hex file using avrdude teh error is:
avrdude: stk500_2_ReceiveMessage():timeout

What version of the product are you using? On what operating system?
XOscillio_20101410v4.zip

Please provide any additional information below.
Arduino 2009 use atmega 328 and no atmenga 128.


Original issue reported on code.google.com by [email protected] on 4 Jan 2011 at 10:11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.