Quantcast
Channel: User Xerxiz - Stack Overflow
Browsing all 9 articles
Browse latest View live

Comment by Xerxiz on How can I easily get numeric test results from nose?

Yes, want to run nose directly from the running tests and I allready did some nose execution from python, but the nose.run() method just returns a boolean (test success).

View Article



Answer by Xerxiz for PWM Current calculation and dependency on frequency

I think you would need a datasheet of the motor with its electrical and mechanical characteristcs to determine the current. But that would still be a theoretical value. In the real world you will have...

View Article

Answer by Xerxiz for Nose collect tests in a directory

If you are using Python 3.X, you should write it like this:args = ['--py3where', 'test_dir/testsetA/', '--collect-only']

View Article

Answer by Xerxiz for How to apply javascript formatting to .json files?

There are two options I figured out using Eclipse Luna (4.4.0).Use a JSON Editor Plugin and define shortcutsDownload and install the JSON Editor Plugin from sourceforge manually or use the Eclipse...

View Article

Answer by Xerxiz for swapping characters without using third variable

This will not work, if the pointers are equal. So this needs to be checked and handled first.To figure out the issue on your machine, you should write a test like the following and analyse the results...

View Article


Answer by Xerxiz for STM32F429 is not receiving the CAN Message

If CAN2 can send messages, the clock and master-slave configurations between CAN1 (master) and CAN2 (slave) are ok.If there are receiving issues these should be related to the FIFO config or the...

View Article

Answer by Xerxiz for Is there a MIME type for CAN data?

CAN is only defined for OSI-Layers 1 (Physical Layer) and 2 (Data Link Layer).MIME (Multipurpose Internet Mail Extensions) is somewhere around Layer 6 (Presentation Layer) and will only describe...

View Article

Answer by Xerxiz for CAN BUS - ACK field

No, every CAN node controller on the bus will usually listen to a message transferred and will automatically check this frame for correctness (CRC).And it will usually also acknowledge the message by...

View Article


Answer by Xerxiz for Bit stuffing in CAN bus

You misunderstood the stuffing concept.Because there are additional bits stuffed in the data stream.The sender and the receiver know by rule, that after five zeros or five ones the next bit will be an...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images