Author |
Message |
Topic: USB - Serial Speed |
Deiphos
Replies: 3
Views: 7040
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2007 5:13 am Subject: USB - Serial Speed |
If I connect an RS232 device and I set a wrong baud rate data won't be displayed, but with USB to UART they do, at any baud rate, thats why I think that data speed is not dependant on what I select an ... |
Topic: USB - Serial Speed |
Deiphos
Replies: 3
Views: 7040
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2007 3:57 am Subject: USB - Serial Speed |
It's just a simple question I can't solve on myself...when using the usb to serial, anybody knows wich speed data is being sent?
Any speed I select on the hyperterminal catches any data sent, so How ... |
Topic: RS232 Bidireccional |
Deiphos
Replies: 5
Views: 7035
|
Forum: General CCS C Discussion Posted: Mon May 30, 2005 5:16 am Subject: RS232 Bidireccional |
I am having a problem with RS232 communication.This is the program I have used for test:
#include <16F874.h>
#use delay(clock=4194304)
#fuses HS, NOWDT, NOPROTECT, NOPUT, NOB ... |
Topic: Print float |
Deiphos
Replies: 1
Views: 7619
|
Forum: General CCS C Discussion Posted: Thu May 13, 2004 9:37 am Subject: Print float |
If you have a float like this: 16.45858484,Is it possible to print it like this?
16.45.I think I knew how to do it,but I have forgotten it.
Thank you again. |
|