Thanx guys for your answers
I did however discover that the CAN converter dongle comes with a library file (dll) to enable read access to the stream coming through the USB port, but services/processes is still relevant to the task at hand so I thank you for getting me on the right track
Laters
Switch and If
I think the switch and if statements translate a bit different to binary executable. The Switch (Or Case) statement is faster than if, but less flexible. This means nothing when your working with a 2 GHz processor, but in the old days when processors where much slower, it might...
You are testing iMth twice
Switch is an if statement equivalent.
If this code works you will only have the switch statement execute January, February and March.
Use case 1,2,3,........12 Or just if statements
Jurij
Hi all
Here is my problem:
I need to write a program that reads data from the Com Port (USB) and make the data that is read accessible to another application via RAM, I could use a normal file, but that is to slow, and this requires realtime streaming.
I suspect that it requires a pointer of...
I think I have the solution:
you first cut the bar into 2 piece slice + 5 piece slice
|=|=| + |=|=|=|=|=|
Then you put them on top of each other like so:
|=|=|
|=|=|=|=|=|
Then you cut your second cut between first & second and third and fourth, wich gives you:
|=| + |=| + |=| + |=|=|=|=|...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.