![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello everybody, I’m working on “the CCS RFID Development Kit” which used PIC C compiler. And I trying to establish a connection between the compiler and MySQL but it didn’t work… its give errors on the included files which named “string.h” and I have no idea how to connect to the database by using C language. Could anyone help..?? Sounds like a generic c library issue rather. |
#3
| |||
| |||
|
|
I'm working on the CCS RFID Development Kit which used PIC C compiler. And I trying to establish a connection between the compiler and MySQL but it didn't work its give errors on the included files which named string.h and I have no idea how to connect to the database by using C language. |
#4
| |||
| |||
|
|
shamma al eisaei <shamma.aleisaei (AT) gmail (DOT) com> wrote: I'm working on the CCS RFID Development Kit which used PIC C compiler. And I trying to establish a connection between the compiler and MySQL but it didn't work its give errors on the included files which named string.h and I have no idea how to connect to the database by using C language. […] But looking at http://www.ccsinfo.com/product_info....cts_id=RFIDkit it seems you have lost already. In order to access a remote MySQL server, your platform must support TCP. While it would be possible to use the RS-485 interface on those prototype boards for networking, I doubt you will be able to fit a TCP stack + MySQL client + RFID App into a PIC16 target (the PIC16F876 has 8K words program memory). |
#5
| |||
| |||
|
|
Axel Schwenke wrote: I doubt you will be able to fit a TCP stack + MySQL client + RFID App into a PIC16 target (the PIC16F876 has 8K words program memory). Not that it must alleviate the problem at hand, but I do wonder where you got the "8K words program memory" from. AFAICS, the description for this RS485 Prototyping Board says it features a _PIC16F628A_ chip |
#6
| |||
| |||
|
|
Thomas 'PointedEars' Lahn <PointedEars (AT) web (DOT) de> wrote: Axel Schwenke wrote: I doubt you will be able to fit a TCP stack + MySQL client + RFID App into a PIC16 target (the PIC16F876 has 8K words program memory). Not that it must alleviate the problem at hand, but I do wonder where you got the "8K words program memory" from. AFAICS, the description for this RS485 Prototyping Board says it features a _PIC16F628A_ chip I feel like James T. - |
|
asking you to shut up and/or use your imagination. […] |
![]() |
| Thread Tools | |
| Display Modes | |
| |