Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~112 People Reached
About Me

Experience in Web and Mobile industries are nearing ninth year. To best describe myself would be investigator, researcher, inventor, innovator, hard worker. I do not entertain status as a sign of strength but more so what people really have to say and…

Interests
Social Networking, New web tech, php
PC Specs
do able
Favorite Forums
Favorite Tags
Member Avatar for spogs

When I do the following: [code] s= serial.Serial('/dev/',9600) # or set a function and pass via command line s= serial.Serial(arg1,9600) [/code] The code executes without any error. [b]But[/b], when I use AJAX and POST the parameters to the script [code] def index(req): info = req.form sys.stderr = sys.stdout s= serial.Serial(info['device'],9600) …

Member Avatar for spogs
0
112