PC端如何java socket编程获取来自WiFi模块发送的数据流 100
现在使用了msp430得到adc数据,而后已经将值传给wifi模块,现在通过socket调试工具已经看到了得到的电流值。但是我无法在我写的sensorclient端看到数...
现在使用了msp430得到adc数据,而后已经将值传给wifi模块,现在通过socket调试工具已经看到了得到的电流值。 但是 我无法在我写的sensor client端看到数据,即调试工具证明了模块已经收到数据 但是自己的client端无法显示(本想用client发送到server socket因为其他编程都在server socket里面)。 除了client端,我想问一下 如果我将之后的mysql database 插入数据的代码放在server socket里面 我要如何从wifi 模块得到数据而后发给server socket 然后将其插入mysql database? 谢谢大神们了!!!
public static String getData() throws Exception, Exception{
Socket sensor = new Socket("10.10.10.000",8302);
BufferedReader bReader = new BufferedReader(new InputStreamReader(sensor.getInputStream()));
String res = bReader.readLine();
System.out.println("模块端发送过来的字符串是>>>"+res);
return res;
}
补一小段code 连模块端那句话都打不出来
后来模块端打印出来了,,但是只限于我在430端转成整数类型以后,如何保持小数类型并读取呢? 展开
public static String getData() throws Exception, Exception{
Socket sensor = new Socket("10.10.10.000",8302);
BufferedReader bReader = new BufferedReader(new InputStreamReader(sensor.getInputStream()));
String res = bReader.readLine();
System.out.println("模块端发送过来的字符串是>>>"+res);
return res;
}
补一小段code 连模块端那句话都打不出来
后来模块端打印出来了,,但是只限于我在430端转成整数类型以后,如何保持小数类型并读取呢? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询