Author |
Message |
Topic: visual basic and pic |
ninebarmaximus
Replies: 8
Views: 10106
|
Forum: General CCS C Discussion Posted: Tue Apr 25, 2006 9:22 am Subject: visual basic and pic |
to be perfectly honest i dont see how that is much different to what i was doing but thank you very much it is now at least doing what i want to do |
Topic: visual basic and pic |
ninebarmaximus
Replies: 8
Views: 10106
|
Forum: General CCS C Discussion Posted: Tue Apr 25, 2006 5:00 am Subject: visual basic and pic |
right i changed code slightly to see what vb is acutally doing and to be honest i dont really know what its doing, using the following code im sending w 1 FF, that is a letter a number and a hex numbe ... |
Topic: visual basic and pic |
ninebarmaximus
Replies: 8
Views: 10106
|
Forum: General CCS C Discussion Posted: Tue Apr 25, 2006 2:49 am Subject: visual basic and pic |
What is being sent at the moment is 00 C0 A2 02 0D ill try these ideas and ill get back to ye |
Topic: visual basic and pic |
ninebarmaximus
Replies: 8
Views: 10106
|
Forum: General CCS C Discussion Posted: Mon Apr 24, 2006 12:31 pm Subject: visual basic and pic |
i wrote a simple function to see if my visual basic program would interact with the pic. I am sending hex characters to the pic using vb, although vb makes me convert them to strings before i can send ... |
Topic: more than one rs232 |
ninebarmaximus
Replies: 1
Views: 6828
|
Forum: General CCS C Discussion Posted: Mon Apr 24, 2006 7:55 am Subject: more than one rs232 |
I want to be able to send stream information from pc to PIC to gsm sim card and also to be able to send from gsm sim card to PIC to pc but i am having trouble setting up the 2 rs232 connections using ... |
Topic: reading gsm on rs232 |
ninebarmaximus
Replies: 4
Views: 6986
|
Forum: General CCS C Discussion Posted: Wed Apr 19, 2006 11:53 am Subject: odd occurences in stream? |
i have implemented the example in EX_SIRI.C to get information from an expernal device using interrupts, its just that i have it set up so when the line b1 goes high i should reveive an answer to rese ... |
Topic: reading gsm on rs232 |
ninebarmaximus
Replies: 4
Views: 6986
|
Forum: General CCS C Discussion Posted: Wed Apr 19, 2006 7:12 am Subject: reading gsm on rs232 |
thank you very much PCM programmer you are a complete legend. that example you mentioned when modified slightly, works an absolute treat.
cheers again |
Topic: reading gsm on rs232 |
ninebarmaximus
Replies: 4
Views: 6986
|
Forum: General CCS C Discussion Posted: Wed Apr 19, 2006 5:23 am Subject: reading gsm on rs232 |
thank you very much for your responce and i will try to implement the changes now |
Topic: reading gsm on rs232 |
ninebarmaximus
Replies: 4
Views: 6986
|
Forum: General CCS C Discussion Posted: Tue Apr 18, 2006 10:59 am Subject: reading gsm on rs232 |
i hope someone can help me with my problem im sure what im trying to do is not difficult, maybe im just going the wrong way about it.
I have a gsm sim card connected to my 16f74 and i know that it is ... |
Topic: gsm kbhit problem |
ninebarmaximus
Replies: 0
Views: 3667
|
Forum: General CCS C Discussion Posted: Thu Apr 13, 2006 10:28 am Subject: gsm kbhit problem |
i have an interface built to connect a 16f74 to a gsm sim card, and when i try to reset the card i can see the information being produced from the gsm on an oscilloscope and due to this i know that th ... |
Topic: multiple rs232 |
ninebarmaximus
Replies: 1
Views: 4176
|
Forum: General CCS C Discussion Posted: Tue Apr 11, 2006 7:07 am Subject: multiple rs232 |
am i able to use 2 rs232's on the one pic,
like could i have two declarations for using the rs232 on different pins?
and if i did that how would i specify which rs232 i wanted to use would it be ... |
Topic: setting pin values on a 16f74 |
ninebarmaximus
Replies: 5
Views: 7620
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 11:37 am Subject: setting pin values on a 16f74 |
tried that simple program that you sent me, works a treat. It seems that if i put anything in an if statement it doesnt work, could someone just give me a few lines of code.
maybe just a simple thi ... |
Topic: setting pin values on a 16f74 |
ninebarmaximus
Replies: 5
Views: 7620
|
Forum: General CCS C Discussion Posted: Wed Apr 05, 2006 2:25 pm Subject: setting pin values on a 16f74 |
im afraid its even more pressing a matter than that, at the top i have shown the contents of the header file, before the rest of the code, i changed the code to do a simple operation of just turning p ... |
Topic: setting pin values on a 16f74 |
ninebarmaximus
Replies: 5
Views: 7620
|
Forum: General CCS C Discussion Posted: Wed Apr 05, 2006 12:31 pm Subject: setting pin values on a 16f74 |
Hi there, i sorry to bother ye with such a small problem but im stumped, i am trying to make a sim card reader using a pic, and ive been stumped at the first obstacle.
Essentially all i want to accom ... |
Topic: reading information serially |
ninebarmaximus
Replies: 9
Views: 12976
|
Forum: General CCS C Discussion Posted: Thu Mar 16, 2006 9:49 am Subject: reading information serially |
In the asm code im using above i get an error when i try to switch banks!! do i just leave it as it is but remove the bank switching? does the compiler know which banks do what and do it automatically ... |
|