Author |
Message |
Topic: Barcode Reader (Host) |
digitalfreak
Replies: 6
Views: 7587
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2012 1:24 pm Subject: Barcode Reader (Host) |
Thanks for reply temtronic
That is what my initial thought was... to have two Vinculum chips as hosts (one for barcode reader and one for the device). Am i right?
I looked at FTDI site without m ... |
Topic: Barcode Reader (Host) |
digitalfreak
Replies: 6
Views: 7587
|
Forum: General CCS C Discussion Posted: Fri Apr 20, 2012 11:23 am Subject: Barcode Reader (Host) |
Thanks asmboy for reply.
Thats exactly what my problem is.
Any suggestions to get this barcode reader to talk to USB-B slave port? |
Topic: Barcode Reader (Host) |
digitalfreak
Replies: 6
Views: 7587
|
Forum: General CCS C Discussion Posted: Thu Apr 19, 2012 6:51 pm Subject: Barcode Reader (Host) |
Thanks for reply Mark
I cannot modify the device which consists of [USB -> FT232BM (USB2SERIAL) -> PIC18F6720]
I need to communicate a bar-code reader to this device now!
how would i go ... |
Topic: Barcode Reader (Host) |
digitalfreak
Replies: 6
Views: 7587
|
Forum: General CCS C Discussion Posted: Wed Apr 18, 2012 3:32 pm Subject: Barcode Reader (Host) |
Hi All,
This place has been very helpful to me (esp., PCM Programmer and Ttelmah and many others), coming back on to obtain input on my next dilemma...
I have custom device with [USB -> FT232 ... |
Topic: Computer shuts off |
digitalfreak
Replies: 3
Views: 23907
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Sep 28, 2006 2:19 pm Subject: Computer shuts off |
Thanks |
Topic: Computer shuts off |
digitalfreak
Replies: 3
Views: 23907
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Sep 28, 2006 1:46 pm Subject: Computer shuts off |
MPLAB7.42 + ICD2 (USB) + 18F8452 + PICC
Iam facing the following weird problem :
This happens randomly and I could not repeat its occurence.
When I start working on the project everything i ... |
Topic: functions, C code question |
digitalfreak
Replies: 1
Views: 4890
|
Forum: General CCS C Discussion Posted: Wed Jul 19, 2006 12:41 pm Subject: functions, C code question |
Please let me know if can do something like this ? or what is a better way of doing it...
What iam doing is fairly compliacted I have to call the functions few number of times with different PIN v ... |
Topic: ADC question |
digitalfreak
Replies: 4
Views: 6130
|
Forum: General CCS C Discussion Posted: Tue Jul 18, 2006 3:58 pm Subject: ADC question |
Thanks, PCM & Sherpa.
The variables are over running, Zeroing did the trick!.
while(TRUE){
adcValue = 0.0;
Value = 0.0;
ValueAvg = 0.0;
for (k=1;k<=10;k++& ... |
Topic: ADC question |
digitalfreak
Replies: 4
Views: 6130
|
Forum: General CCS C Discussion Posted: Tue Jul 18, 2006 11:36 am Subject: ADC question |
sorry, for some ridiculous reason, while loop in above post got messed up and i couldnot edit it!.
here it is...
while(TRUE){
for (k=0;k<11;k++) {
adcValu ... |
Topic: ADC question |
digitalfreak
Replies: 4
Views: 6130
|
Forum: General CCS C Discussion Posted: Tue Jul 18, 2006 11:30 am Subject: ADC question |
Hi,
I am trying to read an analog signal from a pressure sensor which goes from 1.2V to 2.8V.
Based on which Iam trying turn off and on a stepper motor with a PWM signal, just to test the RA0 ... |
Topic: RB5/PGM, 18F452, ICD2 and ICSP |
digitalfreak
Replies: 1
Views: 21356
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Jul 11, 2006 11:59 am Subject: RB5/PGM, 18F452, ICD2 and ICSP |
Hi,
I am new to ICD2, I use for programming (ICSP) 18F452. I can program, verify, erase fine so I think I got ICD2 right!...The PIC is running good with couple of Steppers and a DC to drive and f ... |
Topic: ICD2 PIC18F452 ICSP |
digitalfreak
Replies: 5
Views: 6709
|
Forum: General CCS C Discussion Posted: Tue May 16, 2006 2:26 pm Subject: ICD2 PIC18F452 ICSP |
thx Mark thats exactly what i want...
my prevous reply was sent before reading urs!
have fun |
Topic: ICD2 PIC18F452 ICSP |
digitalfreak
Replies: 5
Views: 6709
|
Forum: General CCS C Discussion Posted: Tue May 16, 2006 2:24 pm Subject: ICD2 PIC18F452 ICSP |
You can not reassign programing to other pins.
You must use what is in the spec sheet.
I use B6 and B7 for inputs all the time. You may be able to also. You may not even need a manual switch.
... |
Topic: ICD2 PIC18F452 ICSP |
digitalfreak
Replies: 5
Views: 6709
|
Forum: General CCS C Discussion Posted: Tue May 16, 2006 12:03 pm Subject: ICD2 PIC18F452 ICSP |
Hi,
I am newbie to ICSP, iam trying to use it using ICD2 and MPLAB.
Did a quick serach and gone through the ICD poster, got fairly decent idea. I have seen mixed opinions about loosing pin ... |
Topic: PIC 16F876 Resetting... |
digitalfreak
Replies: 2
Views: 5094
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2006 3:51 pm Subject: PIC 16F876 Resetting... |
thanks Humberto
added .1uF cap bet Vdd and Vcc - decreased the random resetting action a lot....
pull up is 5.1K
push button is OK and
iam using IC sockets, pins look fine though.. ... |
|