|
|
| |
1. PHP Serial Class Problems |
|
Reply |
|
|
 Daniel Havens | 2012-04-27 18:49:24 |
| I'm having a problem getting this class to work. I don't get any message or communication out/in on my serial port. I have verified the serial port is working with a serial, terminal application. I've copied the script exactly as it is given, but get nothing when testing, connected to another pc using hyperterm. Ultimately, I too am trying to communicate with a microcontroller, just as a personal fun project. It's starting to not be much fun at this point. Any suggestions? |
| |
2. Re: PHP Serial Class Problems |
|
Reply |
|
|
 Daniel Havens | 2012-04-27 18:51:39 - In reply to message 1 from Daniel Havens |
| In addition, I am using Ubuntu. |
| |
3. Re: PHP Serial Class Problems |
|
Reply |
|
|
 Daniel Havens | 2012-05-04 18:30:39 - In reply to message 1 from Daniel Havens |
| I got the send to work by granting permission to use the serial port. Now I just need to get the 'get' to work. |
|