Search found 6 matches

by jndlogic
Tue Mar 05, 2013 4:35 pm
Forum: General Programming
Topic: Writing to mysql from a pic... possible?
Replies: 8
Views: 11738

Writing to mysql from a pic... possible?

Hi all, I have several projects that require to add a record to a mysql server when an object is detected. All is working fine at the moment. I have the following setup. Object sensor connected to pic (with flowcodeprogram). If object detected, serial data is sent to a computer. I have written a scr...
by jndlogic
Thu Feb 28, 2013 4:35 pm
Forum: General Programming
Topic: RS232 read string from Labview
Replies: 12
Views: 9382

Re: RS232 read string from Labview

I have a similar project working. The thing is that i don't send 0-255 as a string but as a char (im using realbasic). In this case you only get one byte of data at a time, wich is easely translated to 0-255 on your display. This is a much easier approach. Im not sure if labview supports this way of...
by jndlogic
Thu Feb 28, 2013 8:46 am
Forum: General Programming
Topic: ascii to string conversion.
Replies: 6
Views: 5392

Re: ascii to string conversion.

Ahaaa... Thanks!!! i was trying to send the ascii value of the key pressed, like in the old days. Guess i'm getting old :) I'll try, and if i get it to work i'll post the code here...

cheers Davy
by jndlogic
Wed Feb 27, 2013 6:21 pm
Forum: General Programming
Topic: ascii to string conversion.
Replies: 6
Views: 5392

Re: ascii to string conversion.

I did, but only usable as à worst case scenario. If i start from this example i Will be having 100 or so decisions (most commonly used computerkeyboard symbols)
by jndlogic
Wed Feb 27, 2013 12:00 am
Forum: General Programming
Topic: ascii to string conversion.
Replies: 6
Views: 5392

Re: ascii to string conversion.

Thanks Jonny, Im still struggling with the hid component. Is there anyone who can get me started with a working usb hid keyboard "hello world" example. Lets say, i use an ecio28. When i plug it in or push the reset button, it behaves as an usb keyboard typing "hello world"... Cant get it to work... ...
by jndlogic
Tue Feb 26, 2013 9:37 pm
Forum: General Programming
Topic: ascii to string conversion.
Replies: 6
Views: 5392

ascii to string conversion.

Hi all, I have a friend who isnt able to use his arms, hands. To get him to get around on his own i have made several electronic aids for him. Now i am building a HID with an ecio module. The project: On a display most commonly used chars scroll by and when he wants to use a char, he pushes a footsw...