Author |
Message |
Topic: Can anyone help me about CAN BUS |
MoofCba
Replies: 6
Views: 14975
|
Forum: General CCS C Discussion Posted: Mon Mar 27, 2006 9:19 pm Subject: Re: Example to use can bus with 18f458 |
Can you share your CanOpen library? |
Topic: float Mul |
MoofCba
Replies: 2
Views: 9038
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2006 10:34 am Subject: float Mul |
Dear Friends:
i have two float numbers. One of them have a lot of decimals.
i just want to mul this two floats, but one of them with only two decimals.
Example
A=12.43233
B=67.2
B=A*B ... |
Topic: SNAP Protocol |
MoofCba
Replies: 1
Views: 4024
|
Forum: General CCS C Discussion Posted: Sat Feb 04, 2006 9:42 am Subject: SNAP Protocol |
I have to implement snap protocol, anyone has done this before?? |
Topic: Extrange Error HELLLLP!!! |
MoofCba
Replies: 2
Views: 10717
|
Forum: General CCS C Discussion Posted: Mon Mar 08, 2004 2:40 pm Subject: Extrange Error HELLLLP!!! |
whats wrong with this code?
#include <16F877.h>
#device adc=10
#use delay(clock=10000000)
#fuses NOWDT,HS, PUT, NOPROTECT, BROWNOUT
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7)
#b ... |
|