Do a search for USB keyboard emulator, there are a couple of threads - here is one http://www.picbasic.co.uk/forum/showthread.php?t=8291, once you get the keyboard working you can the take the data...
aerostar Today, 17:00Hi all,
I'm using PbP3.1 with a PIC18F device.
I need to use the LONG option in a particular program, but seems like the string-formatting modifier does not work properly.
For example
...
It can. What you're looking to do is basically implementing a USB keyboard using USB HID. When connected it will, to the PC, look like any old USB keyboard. I've managed to do it using examples on...
HenrikOlsson Today, 16:52Regarding USB my level is at almost zero.
I would like to make an RFiD reader and send the card serial number to a PC through USB port. Preferably not as RS232 too USB, so that the user on the PC...
No idea what was wrong, but now it works.
(It may have been the FTDI USB to serial cable.)
its all guesswork with no config word setting offered;
it's more than likely the osc won't function reliably @20mhz with the default pbp xt osc config
can you even flash a led ?
I am trying to read the serial (RS232) input on LEDs, connected to PORTB of the 16F876.
(Later this will be part of a larger application, I need both PORTB and PORTC as outputs.)
I am using an FTDI...
Forgot to mention the Ebay item number for anyone interested (Other suppliers are available)
eBay item number:
401111914275
Mine arrived 30mins ago Jan 16th about 10:00 UK time, - connector pins a bit bent, although packing was good. Here it is running with the code above
https://youtu.be/52boY-4e4qc
You will only...
Re: PBP LONG and string-formatting not working ?
That's weird. I'm working on a large project right now, have LONGs enabled and, except for one thing*, have not noticed any such problems. Have been using DEC, BIN, HEX extensively.
HenrikOlsson Today, 17:23You show a...