Author |
Message |
Topic: Send file FTP with SIM900 |
Orcino
Replies: 20
Views: 49225
|
Forum: General CCS C Discussion Posted: Sat Jul 15, 2017 8:34 am Subject: Send file FTP with SIM900 |
I will update the firmware of the module and follow its tip.
Thanks again.
Orcino |
Topic: Send file FTP with SIM900 |
Orcino
Replies: 20
Views: 49225
|
Forum: General CCS C Discussion Posted: Fri Jul 14, 2017 1:52 pm Subject: Send file FTP with SIM900 |
The SIM900D, after AT+FTPPUT=2,1024, return +FTPPUT: 1294.
I have a receive buffer, 1024 bytes, which receives the data from the PC.
After the full buffer, the firmware will read and send via G ... |
Topic: Send file FTP with SIM900 |
Orcino
Replies: 20
Views: 49225
|
Forum: General CCS C Discussion Posted: Fri Jul 14, 2017 11:28 am Subject: Send file FTP with SIM900 |
Thanks Ttelmah,
When I add "TRANSMIT_BUFFER", the device does not send data to the PC via bluetooth (UART2).
What could be happening ?
#pin_select U1TX=PIN_C1
#pin_select U1RX= ... |
Topic: Send file FTP with SIM900 |
Orcino
Replies: 20
Views: 49225
|
Forum: General CCS C Discussion Posted: Fri Jul 14, 2017 7:11 am Subject: Send file FTP with SIM900 |
Hello guys,
I need to send some data coming from a PC to an FTP server, through the PIC a SIM900D module.
The data is sent in packets of 1024 bytes via serial to the PIC, which stores in a ... |
Topic: Pointer for a fprintf |
Orcino
Replies: 2
Views: 9518
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2017 11:39 am Subject: Pointer for a fprintf |
That's right.
Thank you Ttelmah. |
Topic: Pointer for a fprintf |
Orcino
Replies: 2
Views: 9518
|
Forum: General CCS C Discussion Posted: Thu Jul 06, 2017 6:18 am Subject: Pointer for a fprintf |
Hello everyone.
I did the following function, which sends AT commands to a GPRS module and waits for response or timeout.
There are some guts going on and I'm suspecting the pointers tha ... |
Topic: fprintf string |
Orcino
Replies: 8
Views: 17475
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 11:40 am Subject: fprintf string |
Thanks Ttelmah and PCM programmer.
I was testing in debug mode, in release mode, it is working normally.
Orcino |
Topic: fprintf string |
Orcino
Replies: 8
Views: 17475
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 10:21 am Subject: fprintf string |
PIC is 24FJ128GB204 and version of the compiler is 5.071
Thanks |
Topic: fprintf string |
Orcino
Replies: 8
Views: 17475
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 10:05 am Subject: fprintf string |
This is very strange.
If I remove the \" \" show -> AT+FTPPUTNAME=teste.txt
with \" \" show -> AT+FTPPUTNAME="teste.
But if I put a delay aftter fprintf
... |
Topic: fprintf string |
Orcino
Replies: 8
Views: 17475
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2017 7:45 am Subject: fprintf string |
Hi people,
The code below show -> AT+FTPPUTNAME="Test.
But what I need is -> AT+FTPPUTNAME="Test.txt"
What is wrong ?
Thanks.
char fileName[]="Test ... |
Topic: PIC24 does not generate interruption |
Orcino
Replies: 3
Views: 11355
|
Forum: General CCS C Discussion Posted: Sun Mar 26, 2017 12:38 pm Subject: PIC24 does not generate interruption |
I did the changes you said, but it did not work.
I checked that this problem only happens, when there is some command like output_high or output_low.
If I remove these commands from the function ... |
Topic: PIC24 does not generate interruption |
Orcino
Replies: 3
Views: 11355
|
Forum: General CCS C Discussion Posted: Sat Mar 25, 2017 3:23 pm Subject: PIC24 does not generate interruption |
PIC24 does not generate uart1 interruption, when the function "envia_dtmf(10); " is called inside the main loop.
If I remove the function, it works.
Can anyone help?
Thanks
Orci ... |
Topic: Modbus Slave - function 3 |
Orcino
Replies: 5
Views: 13712
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2016 3:43 pm Subject: Modbus Slave - function 3 |
Thank you all.
I put a resistor 120R in the PIC and one in the Master (PC).
I removed the resistor from the MASTER and is now working 100% without any error.
Now I can go to the new year's ... |
Topic: Modbus Slave - function 3 |
Orcino
Replies: 5
Views: 13712
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2016 6:21 am Subject: Modbus Slave - function 3 |
Hello guys,
First of all I thank the people who helped me with this project of communication with modbus Protocol.
It's almost 100%, but it's with an error.
I am sending some values to the ma ... |
Topic: Modbus slave with PIC24FJ128GA204 |
Orcino
Replies: 7
Views: 16840
|
Forum: General CCS C Discussion Posted: Wed Dec 28, 2016 1:42 pm Subject: Modbus slave with PIC24FJ128GA204 |
I found out just put the values in the hold_regs[].
Thanks |
|